-
-
Notifications
You must be signed in to change notification settings - Fork 106
Added push data key for APNS key thread-id #117
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
Conversation
Thanks for the PR |
Codecov Report
@@ Coverage Diff @@
## master #117 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 256 258 +2
=====================================
+ Hits 256 258 +2
Continue to review full report at Codecov.
|
Can you please add a test to ensure the notification get the proper setter called when the added key value pairs are passed part of the payload? |
…sh notifications to Safari which does not seem to be supported by parse server yet
Awesome! Thanks! |
@mtrezza @flovilmart I'm trying to implement thread-id via Cloud Code, but haven't been able to get it to work. I've tried putting threadId in the alert and the data dictionary, and have also tried
|
This should work. If it doesn't, I suggest you start by checking the APN data received on the device. |
Hmm, when I put the thread ID in the data dictionary, the
|
Here's the userInfo dictionary on the notification as it comes in. Shouldn't the threadId appear inside the
|
No description provided.