user8190349
user8190349

Reputation:

Why does Apple Push Notification Authentication Key (Sandbox & Production) not appear

I'm trying to set up my notifications for firebase, and I have it set up already using a .p12 file, but i've been reading that is now recommended to start using the .p8 file which is the auth key, but when I go into my developer account for apple I don't see that option anywhere, nor do I even see an option to see "APNs Auth Key" in my certificates option

Upvotes: 7

Views: 946

Answers (1)

FFinn
FFinn

Reputation: 2825

I think now you can generate .p8 in Key section in "Certificates, Identifiers & Profiles". enter image description here

enter image description here

press continue

enter image description here

press confirm

enter image description here

Now you can download your .p8 file.

Upvotes: 2

Related Questions