openAppSettings

abstract fun openAppSettings()

Opens the consumer app's per-app Settings page so the user can toggle individual permission grants (location authorization, notifications, etc.). Use this when subscribeToStatus emits AFGeofencingStatus.PERMISSIONS_DENIED — the master switch is on but the app-specific permission was denied.

Compare to openLocationSettings, which targets the system-wide Location Services master switch instead.