How to Set Up iOS Build Configuration
iOS build configuration is essential for signing your iOS applications before publishing them to the App Store or distributing them via Ad-hoc distribution.
Set Up iOS Build Configuration
Step 1: Navigate to Build Configuration
Step 7: Agree to Terms and Save
- Go to your app’s Build Configuration page.
- Locate the iOS Build Configuration section.
- Enter your “Team Id” in the input field
- This is your Apple Developer Team ID, which you can find in your Apple Developer account under Membership.
- Upload the iPhone distribution certificate (.cer) to the “iPhone distribution certificate” input field.
- Upload the Private key (.key) to the “Private key” input field.
- Upload the P12 certificate (.p12) to the “P12 certificate (.p12)” input field.
- Enter the “iPhone distribution certificate password” in the input, which is the same password you used when creating the P12 certificate.
- Select the “App store” radio button. Use this for App Store distribution.
- Select the “Ad-hoc” radio button. Use this for internal testing and distribution.
- Upload the iPhone provisioning profile (.mobileprovision) to the “iPhone provisioning profile” input field.
- Note: The provisioning profile must match your Team ID and Bundle ID.
- Prerequisite: Ensure you have created the app listing in App Store Connect (under the “My Apps” section) before starting the build process.
- Toggle on the “Upload app to Testflight” switch.
- Upload the P8 file (.p8) to the “P8 file” input field. This is your App Store Connect API key file.
- Enter “Key Id” in the input field. This is your App Store Connect API key identifier.
- Enter “Issuer Id” in the input field. This is your App Store Connect API issuer ID.
Step 7: Agree to Terms and Save
- Check the “I agree to Quikapp terms of service and privacy policy” checkbox.
- Click the “Save” button to save your iOS build configuration.
