通过FCM获取APNS令牌时出错(使用cordova-plugin-fcm)

时间:2016-11-16 10:11:03

标签: ios firebase ionic-framework apple-push-notifications firebase-cloud-messaging

我正在使用混合应用,我正在使用推送通知。它适用于Android(GCM通过FCM),但不适用于IOS(APNS通过FCM)。

错误:

Failed to fetch APNS token Error Domain=com.firebase.iid Code=1001 "(null)"

Unable to connect to FCM. Error Domain=com.google.fcm Code=2001 "(null)"

正确获取FCM令牌,但无法获得APNS令牌(IOS 9.3),因此在前台和后台模式下都无法获得通知。

证书有效。尝试直接通过Firebase控制台推送,也使用cordova-plugin-fcm插件(适用于Android)。

推送通知,后台模式 - >远程通知,已启用钥匙串共享。

第一次尝试后它也不会重试。这是唯一的错误消息,此后没有日志。

证书文件和配置文件是正确的。

在Plist文件中使用和不使用FirebaseAppDelegateProxyEnabledflag进行尝试。

https://drive.google.com/file/d/0BzFpQ1iB9xTnbllGTE16azR0R0U/view?usp=sharing

简称:

enter image description here

How to fix Failed to fetch default token error?

Firebase (FCM) Failed to fetch APNS token Error Domain=com.firebase.iid Code=1001

https://github.com/fechanique/cordova-plugin-fcm/issues/61

0 个答案:

没有答案