NSLocationWhenInUseUsageDescription内部库Info.plist

时间:2018-04-07 18:10:48

标签: ios swift xcode core-location

我已经构建了一个Swift库,该库使用CoreLocation在应用程序使用时获取用户位置。如果我想在应用程序中集成我的库,我只需要导入库,实例化我的类并启动获取用户位置的方法......

...我还需要在应用Info.plist中添加NSLocationWhenInUseUsageDescription

我想知道是否可以在库Info.plist中添加NSLocationWhenInUseUsageDescription,让程序员选择实现自定义描述还是保留默认库描述。

P.S。我已经在库Info.plist中添加了NSLocationWhenInUseUsageDescription,但如果我决定不在应用Info.plist中添加它,Xcode也不高兴:

This app has attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSLocationWhenInUseUsageDescription key with a string value explaining to the user how the app uses this data

提前多多感谢!

1 个答案:

答案 0 :(得分:0)

不,这是不可能的。

您需要指示图书馆用户他们需要将位置使用密钥添加到他们应用的info.plist中。

他们需要添加适合其应用使用位置

的说明