Description of your new file.
Item | Description |
---|---|
Developer Team ID | Unique identifier for your Apple Developer account. |
App Bundle ID | The unique identifier for your iOS app. |
Mode | Whether the app is in development (dev ) or production (prod ) mode. |
APNs Key ID | Identifier for your APNs authentication key used to sign push payloads. |
APNs Key File | A .p8 file used for authenticating with APNs using token-based auth. |
Example:_ _AB123CD456
com.example.myapp
) that uniquely identifies your app.
Note:_ This must be exactly the same when creating provisioning profiles and push certificates._
Mode | APNs Endpoint |
---|---|
Development | https://api.sandbox.push.apple.com |
Production | https://api.push.apple.com |
Push Notification Key
)..p8
key file and store it securely.Once created, you can’t download the file again.
1A2BC3D4E5
)AuthKey_1A2BC3D4E5.p8
).p8
format) used to sign JWTs for push notification authentication.