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.RegionMonitoringAvailable

Whether region monitoring is supported on the current device.

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

Parameters

none

Result

Returns 1, 0 or error.

Description

Whether region monitoring is supported on the current device.
Support for region monitoring may not be available on all devices and models. You should check the value of this property before attempting to set up any regions or initiate region monitoring.
Even if region monitoring support is present on a device, it may still be unavailable because the user disabled it for the current app or for all apps.

See also

Created 17th February 2019, last changed 17th February 2019


CoreLocation.ClearUpdateLocationHandler - CoreLocation.RegionMonitoringEnabled

Feedback: Report problem or ask question.