Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

iOS Properties

Nick Iliev edited this page May 28, 2020 · 2 revisions

iOS Properties

In the iOS Settings tab, you can set, enable, and modify iOS-specific properties.

  • Application Version
    The current version of your app. This sets the CFBundleShortVersionString key in Info.plist. For more information about iOS versioning, see Version Numbers and Build Numbers in the Apple documentation.
  • Application Build Version
    The build number of your app. This sets the CFBundleVersion key in the Info.plist file. For more information about iOS versioning, see Version Numbers and Build Numbers in the Apple documentation.
  • Deployment Target
    The deployment target determines the minimum iOS version on which your app can run on the device.
  • Device Families
    The device family determines on which iOS devices users can run your app. For example: if only iPad is enabled, your app will not launch on iPhone.
  • Background Modes
    The background mode determines whether your app needs to use an iOS service while in the background to work properly. Select only required services. For example: for a media player, enable Audio.
  • Supported Interface Orientations
    The supported interface orientation toggles the availability of these modes on the devices running your app. For example: if only portrait is enabled, your app will never go into landscape view on the device.
Clone this wiki locally