This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
iOS only reads out "aps" payload #29
Labels
Milestone
Comments
I think this is a bug rather than an enhancement. This is because you can't add additional data to the aps object at all, so additionalData won't work for iOS right now. |
@boboldehampsink Can you add in an example of the data you are sending that is not ending up in additionalData for me? Not adverse to switching this to a bug. |
The examples for JSON Payloads, i.e. the |
@boboldehampsink kk, just wanted to make sure we are on the same page. |
macdonst
added a commit
that referenced
this issue
Jul 9, 2015
Fixed for release 1.1.0 |
Awesome, thanks |
This thread has been automatically locked. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Custom payloads that are siblings of
aps
are allowed by Apple and should be added to message.additionalData. Now only children ofaps
are allowed.The text was updated successfully, but these errors were encountered: