A provisioning profile is a file that authorizes your app to run on devices and to use app services. To distribute your app through the App Store, you need a Distribution provisioning profile; a build signed with it uses the Production APNs gateway.
To create one, sign in to Certificates, Identifiers & Profiles → Profiles in your Apple Developer account and:
- Click the + button to register a new profile.
- Under Distribution, select App Store Connect (for App Store builds) or Ad Hoc, then click Continue.
- Select the App ID that matches your app's bundle ID and click Continue.
- Select the distribution certificate the app is signed with and click Continue.
- Enter a name for the profile, click Generate, and download it.
Apple's own step-by-step instructions are in the Apple Developer Account Help.
Pushwoosh side. For correct push behaviour, the Pushwoosh application must be configured with a matching credential and gateway: use the Production gateway for App Store and Ad Hoc builds, and Sandbox for development builds. Setup instructions: iOS platform configuration.
Comments
0 comments
Please sign in to leave a comment.