-
Notifications
You must be signed in to change notification settings - Fork 2
Creating App Id and APNS key
Create your new App ID of your application:
- On page «Certificates, Identifiers & Profiles» (https://developer.apple.com/account/ios/certificate/) press the button «Identifiers».
- Select App IDs and press «Continue».
- Put platform data, description and Bundle ID. Then press the button «Continue».
-
Add permissions for push notifications and press the button «Continue».
-
Press the button «Register».
Register your new key:
-
In apple developer console on the button «Certificates, Identifiers & Profiles» (https://developer.apple.com/account/ios/certificate/) go to the «Key» section.
-
Put your new key name, select «Apple Push Notifications service (APNs)» and press «Continue».
-
Press the button «Register».
-
Download your key file, copy key id and your developer account id.
In Firebase console, (https://console.firebase.google.com), go to your project settings.
On tab «Cloud Messaging» in section «iOS app configuration», «APNs Authentication Key» press the butto «Upload» and upload your apple key for APNs.