无法连接到火力基地



我正在使用 cordova 应用程序中的 phonegap-plugin-push 来接收来自 Firebase 的推送通知:

PushNotification.init({
    android: {
        iconColor: "#ffb800",
        senderID: "725892xxxxxx"
    },
    ios: {
        "sound": true,
        "vibration": true,
        "badge": true
    },
    windows: {}
});

当我启动应用程序时,我收到以下错误消息:

ERROR: Couldn't connect to firebase

在 PushNotification.init 语句中。 有谁知道可能导致此错误的原因?

提前感谢!

我能够通过在配置中将插件降级到 2.0.0 版来解决此问题.xml .

相关内容

  • 没有找到相关文章

最新更新