Parse push不能更新现有的Android应用程序

时间:2016-08-18 09:08:39

标签: android parse-platform push-notification google-cloud-messaging

更新我的应用程序自托管解析服务器后,它不再将当前安装更新到解析服务器。这使我的应用程序无法接收推送通知。

在全新安装中,一切正常。但是当更新现有应用程序时,它无法正常工作。即安装表没有更新。

我在清单中添加了gcm发送者ID,还在应用程序类中添加了以下行

ParseInstallation parseInstallation = ParseInstallation.getCurrentInstallation();
parseInstallation.put("GCMSenderId","My Sender ID");
parseInstallation.saveInBackground();

请帮我解决更新现有应用的问题?

1 个答案:

答案 0 :(得分:1)

请勿使用parse.com 该项目已结束 http://blog.parse.com/announcements/moving-on/