IONIC3推送通知在IOS DEVICE中无效

时间:2018-06-18 02:06:23

标签: javascript angular firebase ionic-framework push-notification

我不知道还能做什么...我看教程,我阅读文档,到目前为止没有结果......我真的需要帮助,至少可以查看我的代码来找出问题所在......我需要它很多使用这个

CONFIG.XML

var nums = [1, 5, 88, 2, 5, 42, 57, 101]
var nouns = ["ducks", "telephone booth", "the enterprise", "robots", "amazon", "eraser", "zafod", "a"]

// output of the first function should be: "1 ducks"
for (let i = 0; i < nums.length; i++) {
  console.log(nums[i] + " " + nouns[i]);
}

App.componet.ts

  <platform name="ios">
        <resource-file src="GoogleService-Info.plist" />
    </platform>
    <plugin name="phonegap-plugin-push" spec="^2.2.3">
        <variable name="SENDER_ID" value="931157632289" />
    </plugin>

图片1:Image of my APNS certificate

图片2:Cloud Messaging Firebase

图片3:Screenshot of my smartphone

0 个答案:

没有答案