xcode8 提交审核遇到的坑

    xiaoxiao2021-12-01  68

    升级xcode8后,昨天提交审核一直是二进制文件上传成功,但是在itunes connect里看不到包。不知道为什么,今天早上试还是那样,突然想到了看邮件,果然原因有了。记住看项目驳回邮件。

    以下邮件内容:

    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.

    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,好吧没写值。

    写上对应的值

    大概找了一些字段

    NSPhotoLibraryUsageDescription   相册

    NSCameraUsageDescription   相机

    NSContactsUsageDescription   通讯录

    NSMicrophoneUsageDescription   麦克风

    转载请注明原文地址: https://ju.6miu.com/read-679440.html

    最新回复(0)