Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting up App, Build Profiles for Development and Public Distribution:

Generating App:

Via the app store App Store Connect, create an app and bundle id with the steps below. This needs to be done by a user with at least “App Manager” privilege.

...

Instructions to generate profiles for the bundle id via the Apple Developer ProfilePortal:

  1. Add your developer device UDIDs to devices list https://developer.apple.com/account/resources/devices/list 

  2. Create a iOS App Development Provisioning Profile for your bundle id with the following 5 entitlements:

    1. During generation add devices from Step 1 to profile

  3. Create 1 Adhoc Provisioning Profile for your bundle id signed for Distribution.

    1. During generation add devices from Step 1 to profile.

  4. Create 1 AppStore Provisioning Profiles for your bundle id signed for App Store distribution with Exposure Notification Entitlements and APS entitlements.

  5. Save .p12 file containing certificate + private key used to sign the Adhoc and AppStore Provisioning distribution profiles.

  6. Save any passwords used to generate .p12 file.

...