EasyApp

Build Your App

Build Your App

Prerequisites

Ensure you have completed all feature development and testing.

Build Process Overview

StepActionJump
1Set version number and Build numberView Details
2Select build deviceView Details
3Execute Archive buildView Details
4Distribute AppView Details

1. Set Version Number

Semantic Versioning

We recommend following the Semantic Versioning specification.

Version Number Rules

TypeDescriptionExample
VersionMust be greater than current online versionIf online is 1.0.0, set to 1.0.1 or higher
BuildMust be different for each build10.0.1, 10.0.2, 10.0.3 etc. incrementally

buildVersion


2. Select Build Device

Recommended Setting

We recommend choosing Any iOS Device (arm64) to support all real devices.

selectDevice


3. Execute Archive

In Xcode, select ProductArchive to build your App.

buildApp

Wait for Xcode to complete the build.


4. Distribute App

After the build is complete, click Distribute App and choose the distribution method:

Distribution MethodPurpose
App Store ConnectOfficial release to App Store
TestFlightInternal or public testing

distributeApp selectPub


Next Steps

Based on your needs, choose the corresponding publishing method:

Last updated on