我是IOS推送通知的新手,我尝试在我的IOS应用程序中安装phonegap-plugin-push,但它发送错误"required sender id“。我在发送者ID中输入的内容有点混乱。
平台: IOS Cordova CLI版本: 5.1.1 cordova插件版本| grep phonegap- plugin -push :1.7.4
发布于 2016-07-18 18:33:10
使用以下命令
cordova插件添加https://github.com/phonegap/phonegap-plugin-push --变量SENDER_ID="12345“
它在iOS.Hope上对我很有效,它有帮助:)
https://stackoverflow.com/questions/38434390
复制相似问题