zendframework / ZendService_Apple_Apns

BSD 3-Clause "New" or "Revised" License
49 stars 70 forks source link

fix json format when using custom data #54

Closed shaljam closed 6 years ago

shaljam commented 7 years ago

fixes #52

weierophinney commented 6 years ago

Based on a link from a comment in #52, and looking at what we do already, the only "custom" content that is supposed to be in the aps key is the category; any other custom data should be below the message envelope directly.

As such, closing. If you feel this is in error, please find and link us to documentation validating the approach you suggest, and provide unit tests.