NSLocationWhenInUseUsageDescription inside library Info.plis



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

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

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

附言我已经在库 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

提前非常感谢!

不,这是不可能的。

您需要指示库用户,他们需要将位置使用键添加到其应用程序的 info.plist 中。

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

的说明

相关内容

  • 没有找到相关文章

最新更新