繁体   English   中英

Xamarin iOS 项目 Info.plist 在 App Store 上提交期间出现问题

[英]Xamarin iOS project Info.plist issues during submission on App Store

我正在开发在Info.plist使用以下权限的项目: NSCameraUsageDescriptionNSPhotoLibraryUsageDescriptionNSMicrophoneUsageDescriptionNSPhotoLibraryAddUsageDescriptionNSCalendarsUsageDescription 应用程序可以浏览照片库或拍照。 在 App Store 上提交的部署过程后,我得到了信息:

The app's Info.plist file should contain a NSLocationAlwaysUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data.
The app's Info.plist file should contain a NSLocationWhenInUseUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. 

在我的应用程序中,我不使用或询问用户位置许可。 此外,我使用 NuGet 包: Xamarin.Essentials 、 Forms 、 Plugin.Permissions 如何使用位置权限解决此问题以避免放置它?

除了删除插件之外,您无法解决此问题。

并且没有理由做这样的事情,因为除非您在应用程序代码中询问位置,否则最终用户不会看到任何区别。 最终用户无法以任何方式看到 Info.plist,包括通过应用程序列表。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM