Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload APNs to Firebase console fails - "There is no Team ID stored for this app"

Trying to upload APNs file to firebase console.
Inserted Team ID and Key ID - Got "There is no Team ID stored for this app" (Although inserted):

Please advise enter image description here

like image 765
chenop Avatar asked Apr 08 '20 11:04

chenop


People also ask

How do I upload a APN to Firebase?

Upload your APNs authentication key Inside your project in the Firebase console, select the gear icon, select Project Settings, and then select the Cloud Messaging tab. In APNs authentication key under iOS app configuration, click the Upload button.

How do I generate APNs authentication key?

[1] To begin, visit the Apple Developer Member Center and log in with your credentials. [2] Click Certificates, Identifiers & Profiles. [3] Click Keys then the “+” button in the top right corner to create a new key. [4] Enter a descriptive name for your APNS Auth Key, then select Apple Push Notification Service (APNs).

What is APNs FCM?

Pusher relies on Firebase Cloud Messaging (FCM) for Android, and Apple Push Notification service (APNs) for iOS to deliver push notifications on your behalf. When we deliver push notifications, we use your credentials. Head over to the Pusher dashboard and create a new instance of Beams.

What is APNs in Firebase?

To receive a push notification, your device needs to be registered with the Apple Push Notification service (APNs) by receiving a unique device token. Once the device is registered, you can send push notifications to the device by sending a request to APNs using the device token.


1 Answers

It's simply a bug in Firebase Console.
Just refresh and you'll get the following:

enter image description here

like image 75
chenop Avatar answered Oct 18 '22 22:10

chenop