- uploads
Upload Files
Upload Android and iOS Apps
How to generate mobile builds for Android/iOS applications?
How to generate mobile builds for Android/iOS applications?
Once you finish developing an Android/iOS application, you must build debug APK/IPA/APP application to carry out testing.
This article discusses how to generate mobile builds for Android/iOS Applications.
Build an APK file
- Navigate to the Toolbar > Build.
- Click on Build Bundle(s)/APK(s) from dropdown menu.
- Click on Build APK(s) to generate an APK file.
-
Once your APK file is generated successfully,
- On Build APK(s) pop-up, click on locate.
- Your debug APK will be visible in your file explorer.
Build an IPA file
- Open your app project in Xcode.
- Select iOS Device as per your project's device target.
- In the Product menu, select Clean and select Archive.
- Once archiving process is complete, you can see your app listed under Archives.
- Select your app and click on Export.
- On the export method prompt, select Ad Hoc, Enterprise, or Development.
-
Set distribution options as mentioned below:
- App Thinning: None
- Clear the selection Rebuild from Bitcode.
- Set Strip Swift symbols as optional.
- Clear the selection Include manifest for over-the-air installation.
- Select the Distribution Certificate and Provisioning Profile.
- This will generate your .ipa file.
- Once the file generation process completes, click on Export.
Build an APP file
- Open your app project in Xcode.
- Select the simulator as per your product’s target device.
- On the Product menu, select Clean and select Build.
- You can find the generated .app file in your Xcode project directory.