Setup Token-based APNs (Apple Push Notification service)ΒΆ

This setup is for Token-based provider connection trust based on Apple document.

login your apple developer account

  • Go to Certificates, Identifiers & Profiles
  • Click Keys
  • Click + button
_images/key_1.png
  • Enter Name
  • Check Appl Push Notification service
  • Click Continue button
_images/key_2.png
  • Click Confirm button
_images/key_3.png
  • Record your Key ID. It will be need for config.json file later.
  • Click Download button. The .p8 file will be used for config.json file later.
_images/key_4.png
  • Go to Account
  • Select Membership
  • Record your Team ID. It will be need for config.json file later.
_images/key_5.png
  • Go to Certificates, Identifiers & Profiles
  • Select App ID
  • Record the ID for your APNs project. App ID will be used for config.json file later.
_images/key_6.png
  • Also, check if Push Notification is enable.
_images/key_7.png