-
-
Notifications
You must be signed in to change notification settings - Fork 886
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels