
Generating iOS certificate and provisioning profile
Articles
Step 2: Generating Distribution Certificate
After you create your app, we need Certificate and provisioning profile for building your app. Follow the steps below to generate Distribution Certificate. Download the certificate CSR (.certSigningRequest file) we provide and save in your computer. 2.Go to https://developer.apple.com/account/ios/certificate (log in if necessary). 3.To add a new certificate, click +. 4.Under Production, select App Store and Ad Hoc and click Continue. 5.Click Continue. 6.Click Choose File, browse to the .csr file that you downloaded in step 1 and click Open. 7.Click Generate. 8.Click Download. 9.Return to Appmaker, click browse and browse to the .cer file that you downloaded in the previous step.…
Step 1: Registering an App ID
Goto https://developer.apple.com/account/ios/identifier/bundle/create. Enter your app name in the App ID Description section. 3.Copy your Bundle Identifier from the Appmaker and paste it in the Bundle ID field under Explicit App ID in the Apple form. 4.Under App Services, select the Push Notifications checkbox and click Continue. 5.Click Submit. 6.Click Done.
Step 3: Generating Provisioning Profile
Go to https://developer.apple.com/account/ios/profile. To add a new provisioning profile, click +. 3.Under the Distribution section, select App Store and click Continue.. 4.Select the App ID from the drop-down menu and click Continue. 5.Select your distribution certificate and click Continue. 6.Enter your app name for profile name field and click Generate. 7.Click Download and save the .mobileprovision file. Then click Done. 8.Return back to Appmaker and click browse and browse to .mobileprovision file ( you downloaded in the preview setup). 9.Click Build.