I want to simulate location in watchOS simulator. But the location manager doesn't fire confirmation alert about using location inside the application.
CLLocationManager requestWhenInUseAuthorization doesn't fire confirm alert for WatchOS
That is ,
[locationManager requestWhenInUseAuthorization];
do nothing.
in info.plist
file there is NSLocationWhenInUseUsageDescription
which is The app needs your location
.
Why this feature doesn't work? May be I miss something?