iOS Build and Publish
Publishing Your iOS App to the App Store
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)
1. Build an App Store Version in eMOBIQ AI
Prerequisites
Signing assets from Apple:
.p12
private key + password. Generated from an Apple Device.mobileprovision
file. Generated from Apple Developer Account
Steps in eMOBIQ AI
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
fileRelease:
.mobileprovision
file
Private Key:
.p12
filePrivate Key Password (used when exporting
.p12
)
Click Save

2. Publish to App Store in eMOBIQ AI
Option A: Manual Upload (One-time)
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)
Need Help?
Create a Ticket: eMOBIQ Support Page
For TestFlight troubleshooting, view Apple’s Official guide
Last updated