Build Your App
Build Your App
Prerequisites
Ensure you have completed all feature development and testing.
Build Process Overview
| Step | Action | Jump |
|---|---|---|
| 1 | Set version number and Build number | View Details |
| 2 | Select build device | View Details |
| 3 | Execute Archive build | View Details |
| 4 | Distribute App | View Details |
1. Set Version Number
Semantic Versioning
We recommend following the Semantic Versioning specification.
Version Number Rules
| Type | Description | Example |
|---|---|---|
| Version | Must be greater than current online version | If online is 1.0.0, set to 1.0.1 or higher |
| Build | Must be different for each build | 10.0.1, 10.0.2, 10.0.3 etc. incrementally |

2. Select Build Device
Recommended Setting
We recommend choosing Any iOS Device (arm64) to support all real devices.

3. Execute Archive
In Xcode, select Product → Archive to build your App.

Wait for Xcode to complete the build.
4. Distribute App
After the build is complete, click Distribute App and choose the distribution method:
| Distribution Method | Purpose |
|---|---|
| App Store Connect | Official release to App Store |
| TestFlight | Internal or public testing |

Next Steps
Based on your needs, choose the corresponding publishing method:
Last updated on