Is there an Android GCM equivalent to the iOS Push Notification Feedback Service?

后端 未结 2 1706
长发绾君心
长发绾君心 2021-01-02 04:32

Our webapp sends push notification requests to iOS and Android devices.

For iOS, the Apple Push Notification Service has a feedback service so you can detect which d

2条回答
  •  天涯浪人
    2021-01-02 05:09

    GCM will respond you with the "NotRegistered" error (assuming you use HTTP). Also, GCM has recently released for iOS, so you can use it to deliver both Android and iOS notifications.

提交回复
热议问题