android - Returning push notification with each registered device's success status -


i sending multicast pushnotification. but, instead of getting notification sent each device or not, got total result "success":4,"failure":5

{"multicast_id":5822472722938760042,"success":4,"failure":5,"canonical_ids":0,"results":[{"message_id":"0:1464161022787436%f6854ff1f9fd7ecd"}]} 

i want know devices not receive notification.

this happens when registered device ids invalid , mismatched. first cross check device ids used notifications.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -