简体   繁体   English

iTunes发送存档失败,隐私敏感数据

[英]iTunes Send Archive Failed, privacy-sensitive data

I'm trying to submit my app, but iTunes send me this email : 我正在尝试提交我的应用,但iTunes发送给我这封电子邮件:

This app attempts to access privacy-sensitive data without a usage description. 此应用程序尝试在没有使用说明的情况下访问隐私敏感数据。 The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data. 应用程序的Info.plist必须包含一个NSPhotoLibraryUsageDescription键,其中包含一个字符串值,向用户解释应用程序如何使用此数据。

This app attempts to access privacy-sensitive data without a usage description. 此应用程序尝试在没有使用说明的情况下访问隐私敏感数据。 The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data. 应用程序的Info.plist必须包含一个NSMicrophoneUsageDescription键,其中包含一个字符串值,向用户解释应用程序如何使用此数据。

This app attempts to access privacy-sensitive data without a usage description. 此应用程序尝试在没有使用说明的情况下访问隐私敏感数据。 The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data. 应用程序的Info.plist必须包含一个NSCameraUsageDescription键,其中包含一个字符串值,向用户解释应用程序如何使用此数据。

But in the info.plist and the infoPlist.strings, I'm explain the usage description, see my screenshot. 但是在info.plist和infoPlist.strings中,我解释了用法说明,请参阅我的截图。

info.plist中

infoPlist.strings

I have also updated google analytics and google admob sdk. 我还更新了谷歌分析和谷歌admob sdk。

So how to submit my app ? 那么如何提交我的应用程序?

它重命名Info.plist后工作......当然是xCode 8的一个bug ...

暂无
暂无

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

相关问题 由于隐私敏感数据,应用程序在 iOS 11 上崩溃 - Application crashing on iOS 11 due to privacy-sensitive data 该应用已崩溃,因为它试图访问对隐私敏感的数据 - This app has crashed because it attempted to access privacy-sensitive data xctest 此应用程序试图在没有使用说明的情况下访问隐私敏感数据 - xctest This app has attempted to access privacy-sensitive data without a usage description 此应用已崩溃,因为它尝试访问没有使用说明的隐私敏感数据,即使使用使用说明也是如此 - This app has crashed because it attempted to access privacy-sensitive data without a usage description, even with usage description 应用程序被拒绝:查找(cocoapod)库访问隐私敏感数据的系统方法 - App rejected: Systematic way to find (cocoapod) library that accesses privacy-sensitive data Phonegap应用程序NSCalendarsUsageDescription错误:此应用程序尝试访问对隐私敏感的数据,而没有使用说明 - Phonegap app NSCalendarsUsageDescription error:This app attempts to access privacy-sensitive data without a usage description iOS10应用程序已崩溃,因为它尝试访问对隐私敏感的数据 - iOS10 app has crashed because it attempted to access privacy-sensitive data 如何使UITests-Runner能够访问隐私敏感数据 - How to make UITests-Runner able to access privacy-sensitive data iOS 10 应用程序崩溃,因为它试图访问隐私敏感数据 - iOS 10 App has crashed because it attempted to access privacy-sensitive data 在调试器中出现错误:此应用试图在没有使用说明的情况下访问隐私敏感数据 - Getting error in debugger: This app has attempted to access privacy-sensitive data without a usage description
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM