Generate a build file
  • 08 Aug 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Generate a build file

  • Dark
    Light

Article Summary

This document explains how to generate the build files used by Autify for 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

For Objective-C/Swift applications

Generating the build file

  1. Open your application's project or workspace in Xcode

  2. Select the appropriate schema and choose a Simulator (any Simulator can be selected)
    01.png

    02.png

  3. Select Product > Build from the Xcode menu bar to build the application.
    03.png

  4. Make sure you have built the product under the Product folder in the Xcode navigator area.
    04.png

  5. Right-click on your build and select Show in Finder. (What you see here is what you will upload. )
    05.png

    06.png

Check the generated build file.

  1. Verify that the build file can be launched in the local iOS Simulator.
    Drag and drop the build file into the iOS Simulator and see if it starts up.

Reference Information

In the case of Flutter apps

Generating the build file

  1. Create build files for iOS Simulator
$ flutter build ios --simulator

Check the generated build file.

  1. Verify that the build file has been generated.
$ ls /path/to/project/build/ios/Debug-iphonesimulator/
Runner.app
  1. Verify that the build file can be launched in the local iOS Simulator.
    Drag and drop the build file into the iOS Simulator and see if it starts up.

Zip a build file

Please be sure to zip a build file (.app) before uploading. After zipping, make sure that the file extension is .app.zip and the file size is less than 500 MB.

Autify for Mobile does not support .ipa format build files.

Android

For Android, the following conditions must be met:

  • The file extension must be .apk.
  • File size must be less than 500 MB.

Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.