标签: android push-notification titanium google-cloud-messaging appcelerator
几乎是标题。我有应用程序注册设备在运行时接收推送通知,我需要在卸载时取消注册设备。怎么样?
答案 0 :(得分:1)
我猜您是否写过关于从设备中删除应用程序的意义的卸载?
在设备端从GCM取消注册可能需要几分钟,因此卸载时可能无法完成see answers here。
您的服务器应该停止发送推送通知。如果他尝试GCM返回NotRegistered错误see the docs here。
如果您正在使用Appcelerator服务进行通知,则错误来自其服务器。