REQUIREMENTS:
In order to build a Twixl app, first double-check whether you have gone through the following steps first:
- Activate a Twixl user in the macOS App.
- Configure a build setting on the platform. You may need to create an identifier (App ID) on https://developer.apple.com for a new app, or otherwise copy the App ID for an existing app.
- Configure Xcode.
- Create a signing certificate.
- IMPORTANT for users of an 'Apple Silicon' M1 Mac: make sure to first register your device on the Apple Developer Portal, see here.
Building your Twixl App
- Select the tab Build
- Select the appropriate Twixl User
- Select the Twixl Project you want to build an app for
- Choose the correct Build Setting
- Enter a Version Number
- Choose whether you want to build an iOS and/or Android app.
- Click Build
- Wait for the process to finish
- Done!
ABOUT THE VERSION NUMBER:
Every time you want to submit an update for your app in the stores, the version number of your app should get a bump.
-
Good example:
- Current version:
1.5
- Update:
1.6
- Current version:
-
Bad example:
- Current version:
1.5
- Update:
1.4.9
- Current version: