Firebase Error: Auth error from APNS or Web Push Service

后端 未结 3 1618
一整个雨季
一整个雨季 2021-01-11 14:46

After running the following line in node-js:

import * as admin from \"firebase-admin\";
import * as serviceAccount from \"../../firebase_service_account_key.         


        
3条回答
  •  没有蜡笔的小新
    2021-01-11 15:32

    This error arises if your app setup for iOS has an error in any one of the following:

    Found in Settings > General > Your Apps > iOS Apps:

    • App Store ID
    • Bundle ID
    • Team ID

    When adding an APNs key (Uploading to Cloud Messaging > APNs Authentication Key):

    • Team ID (should auto set based off ios app info above)
    • Key Id (often is in the name of the key, best to grab when creating it)

提交回复
热议问题