Automatic App Store publishing is coming soon. For now, export your codebase and follow Apple’s submission process.
1

Download your codebase

Open CodebaseDownload Code to get a ZIP of your project.
2

Prepare your app

Set your app name, icons, splash screens, bundle identifier, and required permissions.
3

Build and archive

Open the project in Xcode, set signing & capabilities, then create an Archive for distribution.
4

Submit to App Store Connect

Upload the build, complete metadata (screenshots, privacy, age rating), and submit for review.
See Apple’s official guide:Submitting to the App Store
Review data collection, permissions, and third-party SDK usage before submission. Ensure your privacy disclosures are accurate.
Create a simple TestFlight beta first. You’ll collect device-specific bugs and performance metrics before public release.