我正在尝试在 Android-Phonegap 中实现推送通知。我成功获得以下响应 - 1. deviceready 事件收到 2. 注册 Android
但我没有得到谷歌注册。ID。我正在关注以下源代码 https://github.com/phonegap-build/PushPlugin
如果我遗漏了什么,请告诉我。提前致谢。
我正在尝试在 Android-Phonegap 中实现推送通知。我成功获得以下响应 - 1. deviceready 事件收到 2. 注册 Android
但我没有得到谷歌注册。ID。我正在关注以下源代码 https://github.com/phonegap-build/PushPlugin
如果我遗漏了什么,请告诉我。提前致谢。
按照这个链接:- http://devgirl.org/2013/07/17/tutorial-implement-push-notifications-in-your-phonegap-application/ 和 GCM 设置(API 密钥,发件人密钥)你必须创建谷歌 API 项目。 http://developer.android.com/google/gcm/index.html从http://developer.android.com/google/gcm/gs.html 开始 创建 Google API 项目:- https://console.developers .google.com/project?utm_referrer=http:%2F%2Fdeveloper.android.com%2Fgoogle%2Fgcm%2Fgs.html
Android phonegap 推送通知 http://devgirl.org/2013/07/17/tutorial-implement-push-notifications-in-your-phonegap-application/