This document explains how to generate the build files used by Autify NoCode Mobile and how to check the deliverables. By following this document, you will be able to use the service smoothly. The confirmation method varies depending on the application, so please refer to the appropriate section for each.
iOS
Objective-C or Swift applications
You can use the following file type when uploading your applications to Autify NoCode Mobile:
.ipa(Signed application meant for real devices)
Generating an app bundle (.ipa file)
Creating .ipa files requires an active Apple Developer account.
- Click on your
.xcodeprojfile in the Project navigator - Click on your project's name under
Targets - Click on the
Signing & Capabilitiestab - Check
Automatically manage signing - Choose a team account that is a part of the Apple Developer Program
- Add a bundle identifier

- Clean your build folder by navigating to Product > Clean Build Folder...

- Select a generic device (not a simulator) as your build device

- Archive the project by navigating to Product > Archive

- Click
Distribute App

- Select the
Debuggingprofile and clickDistribute

- Click
Exportand choose a destination

When it's finished exporting, you can find your .ipa file at the destination you input above.

Reference Information
- Creating an Xcode Project for an App | Apple Developer
- Running Your App in the Simulator or on a Device | Apple Developer
Flutter apps
Creating an app bundle (.ipa file)
Please reference Flutter's documentation for creating .ipa files.
Zip your build (.app) file
You do not need to zip .ipa files to upload them to Autify NoCode Mobile.
Android
For Android, the following conditions must be met:
- File extension must be
.apk. - File size must be less than
1 GB.


