Show / Hide Table of Contents

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

true if background location updates are allowed, otherwise false.

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
TargetVersions
.NET iOS200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.