You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, for a IOS notification the counts value returned is always double what it should be, i.e. for: {"notifications":[{"tokens":["devicetokenhere"],"platform":1,"message":"xyz","title":"abc","topic":"com.xyz.app"}]}
the response was: {"counts":2,"logs":[],"success":"ok"}
Steps to Reproduce:
Configure GoRush with the necessary iOS settings (using a p8 key for APNs).
Send a push notification to a single iOS device, including the topic field in the payload as shown above.
Observe that the counts value in the response is 2 instead of 1.
Additional Information:
Using p8 key authentication.
Removing the topic field from the payload results in a MissingTopic error from APNs.
The text was updated successfully, but these errors were encountered:
Hi, for a IOS notification the counts value returned is always double what it should be, i.e. for:
{"notifications":[{"tokens":["devicetokenhere"],"platform":1,"message":"xyz","title":"abc","topic":"com.xyz.app"}]}
the response was:
{"counts":2,"logs":[],"success":"ok"}
Steps to Reproduce:
Additional Information:
The text was updated successfully, but these errors were encountered: