iOSBackgroundMode
Background modes supported by the application corresponding to project settings in Xcode.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
[Flags]public enum iOSBackgroundMode : uint
Remarks
For more information, refer to the BackgroundFetch GitHub project.
Fields
Value | Description |
|---|---|
| ActsAsABluetoothLEAccessory | Acts as a Bluetooth LE accessory. |
| AudioAirplayPiP | Audio, AirPlay and Picture in Picture. |
| BackgroundFetch | Background fetch. |
| ExternalAccessoryCommunication | External accessory communication. |
| LocationUpdates | Location updates. |
| NearbyInteraction | Nearby interaction. |
| NetworkAuthentication | Network authentication. |
| NewsstandDownloads | Newsstand downloads. |
| None | No background modes supported. |
| Processing | Processing. |
| PushToTalk | Push to Talk. |
| RemoteNotifications | Remote notifications. |
| UsesBluetoothLEAccessory | Uses Bluetooth LE accessories. |
| VoiceOverIP | Voice over IP. |