Guide to setup APNS iOS Push configuration in SuprSend.
Form Field | Description |
---|---|
Nickname | You can give any name which may help you to identify this account easily |
Mode/Environment | Use “Production” if you are adding it in your final app or testing app. Use “Development” if you are testing in your local environment |
Upload p8 file | You’ll get .p8 key file from your apple developer account. Refer section below to see how to generate .p8 file |
Auth Key ID | Auth key ID is a part of the filename of your .p8 file. Refer section below to see how to get Auth key ID |
Team ID | You’ll get Team ID from your apple developer account. Refer section below to see how to get Team ID |
Bundle ID | Bundle ID is a unique identifier of your app. SuprSend will require this key to identify your app for sending push notification.Refer section to see how to get Bundle ID |
To generate a .p8 key file, login to your Apple developer account page
.p8 key
file, login to your Apple developer account page, then select Certificates, IDs & Profiles.Select `Keys`
Add a new key
+
” button next to keys to add a new keyType in your key name and check the Apple Push Notification service
Download the p8 key file
download the p8 key
file by clicking on “Download
”**AuthKeyABCD1234.p8**
, the **ABCD1234**
is the Key ID for this key, add this key ID in Auth key ID field on Vendor configuration page