我没有使用cordova插件在iPhone上收到推送通知

时间:2016-05-24 16:31:43

标签: xcode cordova plugins push-notification hybrid-mobile-app

我在我的应用程序中集成了cordova插件phonegap-plugin-push“PushPlugin”,但在我发送通知后,我没有收到警报或徽章或声音,没有任何内容。 注册已成功,因为正确地给了令牌。 我还生成了推送证书(Apple Development IOS推送服务)并以p12格式导出。 在Xcode上我设置了推送通知按钮。 有人可以帮帮我吗? 提前谢谢。

1 个答案:

答案 0 :(得分:0)

您的错误有两种情况。

  1. 当你致电Push.Init时,有人失踪了。 Folling示例是我自己的。

     Push.init({
      ios: {
        senderID: "XXXXXXXXXX",
        gcmSandbox: true,
        alert: true,
        badge: true,
        sound: true
      }
     }
    
  2. https://developers.google.com/mobile/add中,您必须在Google控制台的ios项目中添加平台ios并注册.p12证书。