Login

Learning & Support

Documentation

Building your Twixl app

Twixl Support Team Updated: - Created :

    REQUIREMENTS:

    In order to build a Twixl app, first double-check whether you have gone through the following steps first:

    Building your Twixl App

    1. Select the tab Build
    2. Select the appropriate Twixl User
    3. Select the Twixl Project you want to build an app for (production apps only)
    4. Choose the correct Build Setting
    5. Enter a Version Number
    6. Choose whether you want to build an iOS and/or Android app.
    7. Click Build
    8. Wait for the process to finish
    9. Done!
    Build process

    For Android apps, the following files will be generated:

    • the application itself, in two formats, i.e. as an .aab (Android App Bundle)
    • the app signing upload key (with extension .pepk)
    • the upload public key (with extension .pem)

    For iOS apps, the following file(s) will be created:

    • the application itself (with extension .ipa)
    • an index.html and a .plist file (only if you have selected over the air distribution)
    Build result

    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
    • Bad example:
      • Current version: 1.5
      • Update: 1.4.9

    Was this article helpful?

    2 out of 5 found this helpful