Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CoreLocation.requestWhenInUseAuthorization
Requests permission to use location services while the app is in the foreground.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CoreLocation | 9.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "CoreLocation.requestWhenInUseAuthorization" )
Parameters
none
Result
Returns OK or error.
Description
Requests permission to use location services while the app is in the foreground.When the current authorization status is notDetermined, this method runs asynchronously and prompts the user to grant permission to the app to use location services. The user prompt contains the text from the NSLocationWhenInUseUsageDescription key in your app’s Info.plist file, and the presence of that key is required when calling this method.
Added macOS support with MBS Plugin 11.1 for macOS 10.15 and newer.
See also
Release notes
- Version 11.1
- Added CoreLocation.requestWhenInUseAuthorization, CoreLocation.startUpdatingHeading and CoreLocation.dismissHeadingCalibrationDisplay for macOS 10.15 or newer.
Blog Entries
This function checks for a license.
Created 17th February 2019, last changed 16th February 2021
CoreLocation.requestTemporaryFullAccuracyAuthorization - CoreLocation.setDesiredAccuracy