Property AllowsBackgroundLocationUpdates
AllowsBackgroundLocationUpdates
Gets or sets a value indicating whether location update events can be raised when an app is in the background.
Declaration
public bool AllowsBackgroundLocationUpdates { get; set; }
Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
    
Remarks
To recieve location updates when an app is in the background, include the UIBackgroundModes key with a location value in the app's Info.plist. See Apple documentation for more information on handling location updates when an app is in the background.
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET iOS | 200.3 - 200.8 |