19

I have one app and it's dev version.

  • I have 2 Firebase projects: myApp and myApp-dev.
  • I have 2 Apple App ID: myApp and myApp-dev.
  • I have 1 Authentication key that I've uploaded to both of my firebase projects.

Is this right? Does one auth key work for all my apps?

AL.
  • 36,815
  • 10
  • 142
  • 281
bernatfortet
  • 2,084
  • 4
  • 22
  • 28

3 Answers3

23

"One APNS to rule them all, One APNS to find them, One APNS to bring them all and in the darkness bind them."

Be careful while using it !!!

The answer is unfortunately yes. You can use one APNS for all of your IOS apps. Be careful while using it !

Fuat
  • 789
  • 9
  • 14
  • 1
    why it's unfortunate? – Neerkoli Jul 21 '21 at 10:08
  • 2
    In my (friend) case: you can mistakenly send a push notification message to the production environment while you are thinking to send a message to your test application. this is why it is dangerous and unfortunate. @WeirdElfB0y – Fuat Jul 28 '21 at 16:28
16

I see that the keys can be used for multiple apps. Still I'm having problems since I changed to the new .p8 type of key.

iOS Certificates page

bernatfortet
  • 2,084
  • 4
  • 22
  • 28
7

The Answer is Yes. One key is used for all of your apps. iOS Certificates page

Sour LeangChhean
  • 7,089
  • 6
  • 37
  • 39