Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

CoreLocation.purpose

An application-provided string that describes the reason for using location services.

Component Version macOS Windows Linux Server iOS SDK
CoreLocation 2.7 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "CoreLocation.purpose" )

Parameters

none

Result

Returns the purpose text.

Description

An application-provided string that describes the reason for using location services.
If the value of this property is non-nil, the system includes the string in the dialog that asks the user whether it is all right for your application to use location services. The string gives you a chance to explain the reason for why your application is using location services.
You must set the value of this property prior to calling the CoreLocation.startUpdatingLocation method. Because the string is ultimately displayed to the user, you should always load it from a localized strings file.
Available in macOS 10.7 and later.

See also

Created 18th August 2014, last changed 10th August 2020


CoreLocation.longitude - CoreLocation.requestAlwaysAuthorization

Feedback: Report problem or ask question.