我想模拟watchOS模拟器中的位置。 但是,位置管理员不会触发有关在应用程序中使用位置的确认警报。
CLLocationManager requestWhenInUseAuthorization不会为WatchOS触发确认警报
那是 ,
[locationManager requestWhenInUseAuthorization];
什么都不做。
在info.plist
文件中,NSLocationWhenInUseUsageDescription
为The app needs your location
。
为什么此功能不起作用?可能是我想念一下?