Create app installation files using local Make

There are two ways to create app installation files: cloud and local. Cloud means that ArcGIS will create the installation files for you. Local means you need to install the development tools locally and generate the installation files yourself.

To use either method, use the AppStudio Make tool. Make requires an ArcGIS AppStudio Developer Edition license.

Create app installation files with local Make

Before generating installation files, do the following:

  • Add your Esri client ID to your app in Settings. To learn more, see License your app.
  • Associate your certification files with your app in Settings. To learn more, see Sign your app.
  1. Select your app in AppStudio and choose the Make tool.

  2. Switch to the Local tab.

  3. Check the box next to your desired OS (Android, Windows, macOS, Ubuntu, or iOS). You can only build on one platform at a time.

  4. Click the Select output folder button to specify a folder for the build output.

  5. Make sure that the Build app for selected targets box is checked.

  6. Click the Configure button.

    The first time you run local Make, you need to configure the location of the qmake file in the Qt kit for your targeted platform. For example, when building for macOS, you would browse to the qmake file in the clang64 kit. You can set all targets at once and save.

  7. Click the Build Apps button.

  8. If prompted, build an installer for your app.

    The installation files will be in the Output folder. If an installer was built, the setups will be in the Setups folder.

Test your installation files

You can copy installation files to Windows, macOS, and Ubuntu operating systems using a file browser, USB stick, or SD card. For Android and iOS, a few additional steps may be required.

Additional steps for Android are as follows:

  • Be sure that your device allows the running of apps from unknown sources (often referred to as developer mode).
  • If your device does not a have file browser by default, you may need to install one.

For iOS, connect your device to your computer. Then do the following to install your app on your device:

  1. In XCode, click **Windows ** > Devices and Simulators. Your device should be displayed in the Devices window.
  2. Either click the add button for your device and select your app's .ipa file, or drag your .ipa file into the Installed Apps section.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.