iOS builds are in public beta as of v2.0.0. Direct TestFlight submission from the Capwrapper dashboard was added in v2.1.0. If you are on an earlier version, upload your IPA using Apple’s Transporter app or Xcode Organizer instead.
What you need before you start
- An Apple Developer account — $99/year
- Access to App Store Connect
- A distribution certificate created in the Apple Developer portal
- A provisioning profile tied to your App ID and distribution certificate
- A signed IPA file downloaded from your Capwrapper dashboard
Two paths to users
- TestFlight (beta testing)
- App Store (production)
TestFlight lets you distribute your app to internal testers (up to 100 people in your Apple Developer team) or external testers (up to 10,000 people with a shorter review process) before submitting for public release. It is the fastest way to validate a build on real devices.If you are on Capwrapper v2.1.0 or later, you can submit directly to TestFlight from your dashboard after the build completes. For earlier versions, use Transporter or Xcode Organizer to upload the IPA.
Submit to the App Store
1
Create an App ID
In the Apple Developer portal, go to Certificates, Identifiers & Profiles > Identifiers and register a new App ID. Use the same bundle ID (
packageId) that you set in your Capwrapper build config. Enable any capabilities your app needs (Push Notifications, Sign in with Apple, etc.) here.2
Create a new app in App Store Connect
Go to appstoreconnect.apple.com, click My Apps, then the + button to create a new app. Select iOS, enter your app name, primary language, the Bundle ID you just registered, and an SKU. Click Create.
3
Fill in app metadata
Under the App Store tab, complete the required fields:
- App name and subtitle
- Description (up to 4,000 characters)
- Keywords (up to 100 characters, comma-separated)
- Support URL and marketing URL
- Privacy policy URL (required for all apps)
- Screenshots for every required device size (iPhone 6.9”, 6.5”, and 5.5” as a minimum)
- Category and age rating
4
Upload your IPA
- Capwrapper dashboard (v2.1.0+)
- Transporter
- Xcode Organizer
After your build completes, click Submit to TestFlight in your Capwrapper dashboard. Capwrapper uploads the IPA directly to App Store Connect using your credentials. The build will appear under TestFlight within a few minutes once Apple finishes processing.
5
Select the build and submit for review
Back in App Store Connect, go to your app’s App Store tab. Under the Build section, click the + button and select the build you just uploaded. Once all required metadata is complete and the build is attached, click Submit for Review.
6
Wait for Apple review
Apple typically reviews new app submissions within 1–2 business days. You will receive an email when the review is complete. If rejected, Apple provides specific feedback you can address before resubmitting.
