[CLLocationManager authorizationStatus] == kCLAuthorizationStatusNotDetermined
is always TRUE on WatchOS 2.0.
How do I correct this?
[CLLocationManager authorizationStatus] == kCLAuthorizationStatusNotDetermined
is always TRUE on WatchOS 2.0.
How do I correct this?
We Reset Content and Settings in both Watch and iPhone Simuators. Select ok/allow for location alerts on iPhone app. Make sure iPhone Simulator has a custom location (debug/location/custom location...). Try running with a 'clean'.
It seems to have corrected itself on later betas. Thanks.
9 years later and it's still a problem.