Xamarin 表单:IOS 应用被应用商店审查小组拒绝,问题是缺少 Info.plist 键
Xamarin forms: IOS app rejected by app store review team with issue Missing Info.plist key
我向应用商店提交了我的第一个 iOS 应用,但由于以下问题他们拒绝了该应用:
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's
Info.plist must contain an NSCalendarsUsageDescription key with a
string value explaining to the user how the app uses this data.
通过研究,我找到了解决方案,并将 NSCalendarsUsageDescription 添加到 Info.plist,如下所示:
修复后我重新提交了应用,但应用再次被应用商店拒绝,同样的问题。
我是不是漏掉了什么?
提前致谢。
包括私钥"Privacy - Calendars Usage Description"。
我向应用商店提交了我的第一个 iOS 应用,但由于以下问题他们拒绝了该应用:
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCalendarsUsageDescription key with a string value explaining to the user how the app uses this data.
通过研究,我找到了解决方案,并将 NSCalendarsUsageDescription 添加到 Info.plist,如下所示:
修复后我重新提交了应用,但应用再次被应用商店拒绝,同样的问题。
我是不是漏掉了什么?
提前致谢。
包括私钥"Privacy - Calendars Usage Description"。