Contents

locationUnauthorized

An error that indicates the app lacks user permission for the device’s current location.

Declaration

static var locationUnauthorized: ARError.Code { get }

Discussion

To resolve this issue, the app needs to ask the user to enable location access for this app in Settings.

See Also

Identifying an error cause