-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNS JSON not being sent completely to the iOS device #1299
Comments
I'm noticing the |
Hello, Thanks for your answer.
note that we just move a to_json from aps to APNS object. And yes it's intentional to have the multiple json. It's inspired by this Php issue on stackoverflow: It was really tricky to implement and find a working solution. here is our ouptut serialized json: Thanks a lot for helping and improving the gem if possible |
Added to feature request backlog. |
Hello,
I'm trying to send a custom message through SNS on both Android and iOS devices.
Here is the json i'm sending to the publish method of Aws::SNS::Client.new:
For the GCM it's working fine. But for iOS the device receive only the aps key of the json. the payload are not send to the device.
I try many things to fix it, but I didn't find any working solution.
Am I doing something wrong ?
Thanks for helping
Jonathan
The text was updated successfully, but these errors were encountered: