URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/iOSBackgroundMode.html
taLayer-initialized', user: { user_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});Background modes supported by the application corresponding to project settings in Xcode.
For more information, refer to the BackgroundFetch GitHub project.
| Property | Description |
|---|---|
| None | No background modes supported. |
| AudioAirplayPiP | Audio, AirPlay and Picture in Picture. |
| LocationUpdates | Location updates. |
| VoiceOverIP | Voice over IP. |
| NewsstandDownloads | Newsstand downloads. |
| ExternalAccessoryCommunication | External accessory communication. |
| UsesBluetoothLEAccessory | Uses Bluetooth LE accessories. |
| ActsAsABluetoothLEAccessory | Acts as a Bluetooth LE accessory. |
| BackgroundFetch | Background fetch. |
| RemoteNotifications | Remote notifications. |
| Processing | Processing. |
| NearbyInteraction | Nearby interaction. |
| NetworkAuthentication | Network authentication. |
| PushToTalk | Push to Talk. |