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

Viewed 1189

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

2 Answers

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

enter image description here

Steps:

  1. Go to Firebase Project Settings
  2. Select the "General" tab
  3. Select your iOS app and Enter Team ID. Refer to the image below.

enter image description here

After this step Team ID will automatically come while you upload APNs Auth Key.

Related