Motors App Documentation
App PageChangelog
  • Introduction
  • Motors Application Plugin
    • Installation of the plugin
    • Motors Application Plugin Settings
    • Global Settings
    • Main Page
    • Add a Car Page
    • Inventory
    • Flutter Environment
  • Android Application Build on macOS
    • Flutter Setup for the macOS system
    • Android Studio Setup on mac
    • Android Studio Emulator on mac
    • Installing Flutter Packages on mac
    • Null Safety setup
    • Setting the Site URL on mac
    • Upload your logo
    • Adding App Icon on mac
    • Setting App Name on mac
    • Change Package name
    • Test Your App on mac
    • App Release on mac
  • Setup Environment
    • Push Notification Setup
  • Android Application Build on Windows
    • Flutter Setup for the Windows system
    • Android studio Setup on Windows
    • Android Studio Emulator on Windows
    • Installing Flutter Packages on Windows
    • Null safety setup
    • Setting the Site URL on Windows
    • Upload your logo
    • Adding App Icon on Windows
    • Change Package Name
    • Test Your App on Windows
    • App Release on Windows
  • IOS App Build
    • Step 1 – App Registration on App Store Connect
    • Step 2 – Register a Bundle ID
    • Step 3 – Prepare for app distribution
    • Step 4 – Setting up the project
    • Step 5 – Add an App Icon
  • IOS App Release
    • Step 1 – Create a build archive
    • Step 2 – Upload an app to App Store Connect
  • Extra Materials
    • Item Page
    • Changelog
      • Page 1
  • stylemixthemes
  • Themes
  • Plugins
Powered by GitBook
On this page

Was this helpful?

  1. IOS App Build

Step 4 – Setting up the project

PreviousStep 3 – Prepare for app distributionNextStep 5 – Add an App Icon

Last updated 2 years ago

Was this helpful?

In order to set display name, Bundle identifier, version, build, etc. of your app, you need to install the Xcode tool. You can download the Xcode .

After, run the Xcode and click on “Open another project…” option in the welcome window.

In the popup window, select and open the “motors-app/iOS” folder.

Go to File > Runner and enter the Version and Build in the specified fields.

Display name: the name of your app which will be displayed on the home screen/elsewhere;

Bundle Identifier: the Bundle ID registered on App Store Connect (com.yourcompanydomain.appname);

Version: – the current version of your app;

Build: – the build version of your app.

In the Signing section, you need to select your team which connected to your Apple Developer account.

Note. Automatically manage signing option is active by default. This option allows Xcode automatically managing app signing and supplying.

The next section is the Deployment Info section where you need to set the minimum iOS version your app will support iOS 12.0 and later.

Tip: For detailed overview of app signing, have a look at the .

Create, export, and delete signing certificates
here