iOS specific player settings.
allowHTTPDownload | Should insecure HTTP downloads be allowed? |
appleDeveloperTeamID | Set this property with your Apple Developer Team ID. You can find this on the Apple Developer website under Account > Membership . This sets the Team ID for the generated Xcode project, allowing developers to use the Build and Run functionality. An Apple Developer Team ID must be set here for automatic signing of your app. |
applicationDisplayName | iOS application display name. |
buildNumber | The build number of the bundle. |
cameraUsageDescription | Describes the reason for access to the user's camera. |
locationUsageDescription | Describes the reason for access to the user's location data. |
microphoneUsageDescription | Describes the reason for access to the user's microphone. |
overrideIPodMusic | Determines iPod playing behavior. |
prerenderedIcon | Icon is prerendered. |
requiresFullScreen | RequiresFullScreen maps to Apple's plist build setting UIRequiresFullScreen, which is used to opt out of being eligible to participate in Slide Over and Split View for iOS 9.0 multitasking. |
requiresPersistentWiFi | Application requires persistent WiFi. |
scriptCallOptimization | Script calling optimization. |
sdkVersion | Active iOS SDK version used for build. |
showActivityIndicatorOnLoading | Application should show ActivityIndicator when loading. |
statusBarStyle | Status bar style. |
targetDevice | Targeted device. |
targetOSVersion | Deployment minimal version of iOS. |
useOnDemandResources | Indicates whether application will use On Demand Resources (ODR) API. |