Contents

CLAuthorizationStatus.notDetermined

The user has not chosen whether the app can use location services.

Declaration

case notDetermined

Mentioned in

Discussion

When the authorization status is Not Determined, request authorization causes the location manager to prompt the user for permission if the app is in the foreground. See requestWhenInUseAuthorization() and requestAlwaysAuthorization() for more information.

See Also

Getting the authorization status