苹果邮件:
We have discovered one or more issues with your recent delivery for "xxAPP". To process your delivery, the following issues must be corrected:
Missing Info.plist key - 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.
解决办法:在plist中需添加如下描述:
NSPhotoLibraryUsageDescription App需要您的同意,才能访问相册
大神可有其他解决方案?或则干脆去掉 UIViewController+TFKit.h 中photo相关的代码?
苹果邮件:
We have discovered one or more issues with your recent delivery for "xxAPP". To process your delivery, the following issues must be corrected:
Missing Info.plist key - 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.
解决办法:在plist中需添加如下描述:
NSPhotoLibraryUsageDescription App需要您的同意,才能访问相册
大神可有其他解决方案?或则干脆去掉 UIViewController+TFKit.h 中photo相关的代码?