Apple Developer Portal Configuration

Apple Developer Portal Configuration

  1. Enable push notifications for an app

  2. Create an APNS key

  3. Create an App Group

Enable push notification for an app

Apple Developer Portal -> Certificates, Identifiers & Profiles -> Identifiers -> Select App IDs

754

Select Your App Bundle Identifier -> Checkmark Push Notifications

1060

APNS Key

Apple Developer Portal -> Certificates, Identifiers & Profiles -> Keys -> Register a New Key (Press blue plus)

1146

Give Key a Name -> Checkmark Apple Push Notifications service -> Continue

Keep the APNS key file safe as it is required during stage two.

App Group

https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_application-groups

Apple Developer Portal -> Certificates, Identifiers & Profiles -> Identifiers -> App Groups

724

Add a new App Group -> The identifier must be of the form group.com.MyApp

Make a note of the identifier for this app group.