Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

ActsAsABluetoothLEAccessoryActs as a Bluetooth LE accessory.
AudioAirplayPiPAudio, AirPlay and Picture in Picture.
BackgroundFetchBackground fetch.
ExternalAccessoryCommunicationExternal accessory communication.
LocationUpdatesLocation updates.
NearbyInteractionNearby interaction.
NetworkAuthenticationNetwork authentication.
NewsstandDownloadsNewsstand downloads.
NoneNo background modes supported.
ProcessingProcessing.
PushToTalkPush to Talk.
RemoteNotificationsRemote notifications.
UsesBluetoothLEAccessoryUses Bluetooth LE accessories.
VoiceOverIPVoice over IP.