Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 324
Ramona Avatar asked Jun 20 '17 19:06

Ramona


People also ask

What is APNs sandbox?

Apple provides a sandbox endpoint that can be used for testing push notifications. The sandbox ensures that device IDs in that environment will not work in production and are thus safe for testing purposes.

What is Apple push notification used for?

Apple Push Notification service (commonly referred to as Apple Notification Service or APNs) is a platform notification service created by Apple Inc. that enables third party application developers to send notification data to applications installed on Apple devices.

Can I disable Apple push service?

iOS enables you to both disable push notifications entirely, or turn them off for individual apps. To access iOS notifications settings, go into the Settings > Notifications menu. From that list, you can configure each app's notifications settings or disable them.

How do I get an Apple Push Notification authentication key for my Apple developer account?

[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).


1 Answers

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.

like image 94
FFinn Avatar answered Oct 20 '22 20:10

FFinn