iOS Build and Publish
Last updated
This guide focuses primarily on eMOBIQ AI’s iOS publishing workflow. For detailed iOS Apple steps, follow the linked official documents.
For Apple Developer setup, follow official Apple Docs
Ensure you have:
An Apple Developer Account ($99/year)
Xcode installed (for certificate generation)
Signing assets from Apple:
.p12 private key + password. Generated from an Apple Device
.mobileprovision file. Generated from Apple Developer Account
Go to: Publish → Settings → iOS → Build Settings
Upload/Enter:
Code Sign Identity (Common Name from certificate)
Team ID (10-character ID from Apple Developer account)
Provisioning Profiles:
Debug: .mobileprovision file
Release: .mobileprovision file
Private Key: .p12 file
Private Key Password (used when exporting .p12)
Click Save

Security Note: Store your .p12 password securely—it’s required for updates
Prepare App Store Listing:
Upload .ipa:
.ipa file can be found on the build page of eMOBIQ AI once the app has been successfully built

Use Apple’s Transporter App (download here)
Wait 24-48 hours for Apple to review your app
Option B: Auto-Publishing (Recommended)
Link App Store Connect to eMOBIQ AI:
Download .p8 file (save Key ID and Issuer ID)
Configure in eMOBIQ AI:
Go to Settings → iOS → Publish Settings
Upload:
.p8 file (Account Private File)
Key ID
Issuer ID
App metadata (must match App Store Connect)
First-time requirement: Manual upload before auto-publishing.
Need Help?
Create a Ticket: eMOBIQ Support Page
For TestFlight troubleshooting, view Apple’s Official guide
Last updated