iOS Configuration

Estimated reading: 1 minute 691 views

Change App Name

Open your project in Xcode.
  1. Select your project file icon in Group and files panel.
  2. Then Select Target -> Info Tab.
  3. At last change Bundle Name.

Change Bundle Identifier.

Bundle Id is a unique Identifier of your of app on iOS and MacOS. iOS and MacOS use it to recognise updates to your app. The identifier must be unique for your app.

  1. Select your project file icon in Group and files panel.
  2. Select General Tab.
  3. After Select General tab you can see the details of your application.
  4. In Identity section, rename your Bundle identifier.

Change App Icons

  1. see How to Generate App Icons?
  2. In Group and files panel find “Assets.xcassets” folder.
  3. In Assets.xcassets folder replace AppIcon.

How to build ProKit Flutter in iOS

Video Content:-

  • Introduction
  • Set path of iOS folder and pod install to get dependencies
  • Open project in Xcode
  • Changing Bundle Identifier
  • Changing the Application Version Code
  • Changing Application Name in info.plist file
  • Changing the Application Icon
  • Run Application

Leave a Comment

Share this Doc

iOS Configuration

Or copy link

CONTENTS