class in UnityEngine.iOS
/
Implemented in:UnityEngine.CoreModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseInterface into iOS specific functionality.
advertisingIdentifier | Advertising ID. |
advertisingTrackingEnabled | Is advertising tracking enabled. |
deferSystemGesturesMode | Defer system gestures until the second swipe on specific edges. |
generation | The generation of the device. (Read Only) |
hideHomeButton | Specifies whether the home button should be hidden in the iOS build of this application. |
iosAppOnMac | Specifies whether app built for iOS is running on Mac. |
lowPowerModeEnabled | Indicates whether Low Power Mode is enabled on the device. |
systemVersion | iOS version. |
vendorIdentifier | Vendor ID. |
wantsSoftwareDimming | Indicates whether the screen may be dimmed lower than the hardware is normally capable of by emulating it in software. |
RequestStoreReview | Request App Store rating and review from the user. |
ResetNoBackupFlag | Set file flag to be included in iCloud/iTunes backup. |
SetNoBackupFlag | Set file flag to be excluded from iCloud/iTunes backup. This uses NSURLIsExcludedFromBackupKey. Note that you should set this property each time you save a file. |