Will revoking a current APNs key break a live app?
Asked Answered
B

1

6

I have an app in the App Store that uses push notifications via Firebase Cloud Messaging. I created an APNs key for it at the time. I no longer have the key and was planning on releasing a new app. I tried to create a new key but the Devloper portal said I have reached the limit of keys for this service. If revoke the old key will it break the app I already have in the App Store? What's the best solution for this?

Beni answered 17/4, 2020 at 20:0 Comment(0)
C
12

Your app will continue to function on the app store, however will be unable to receive push notifications until you replace the old key with the new key. Your APNS key is specific to your development team and not to the app itself. You won't need to update the existing app after switching the keys. The only info that APNS needs from the app is the bundle identifier.

Contrarious answered 17/4, 2020 at 20:17 Comment(3)
So I won't need to replace the .p8 file in the Firebase console once I revoke the old key?Beni
You should have to replace the .p8 file, since that's the key: developer.apple.com/documentation/usernotifications/…Contrarious
Great, glad to have helped!Contrarious

© 2022 - 2024 — McMap. All rights reserved.