android - 来自 GCM/APN 的应用卸载反馈

标签 android ios push-notification apple-push-notifications google-cloud-messaging

我们计划在我们的 Android 和 IOS 应用程序中启用推送通知。因此,在记下场景时,我们遇到了一个问题:

我们是否从云服务(GCM 和 APN)获得针对给定负载卸载了应用程序的反馈?

最佳答案

我在回答关于 GCM 的问题

When users uninstall an application, it is not automatically unregistered on GCM. It is only unregistered when the GCM server tries to send a message to the device and the device answers that the application is uninstalled or it does not have a broadcast receiver configured to receive com.google.android.c2dm.intent.RECEIVE intents. At that point, your server should mark the device as unregistered (the server will receive a NotRegistered error).

更多信息:- GCM Architectural Overview

关于android - 来自 GCM/APN 的应用卸载反馈,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17397672/

相关文章:

android - 使用 HTTP 服务器(不是 CCS/XMPP)在 Android GCM 应用程序中接收消息

android - 如何从同一个表中获取不同条件的行

java - 如何使用 Maven 减少构建创建时间

ios - 重载iOS Swift中的通用函数

iOS 推送通知连接失败错误

c# - ASP.net Web 应用程序,通过创建服务向浏览器推送通知

android - Android中sharedUserId的唯一性

java - 无法同步 Android 乘法应用程序上问题的答案

ios - 如何修复架构arm64错误的 undefined symbol ?

iphone - 表格 View 单元格随文本大小展开或收缩