用的3.8版本进行苹果打包,苹果系统是10,xcode版本是10.2.1。打包成功后通过application loader上传至苹果商店,上传成功,成功后,苹果自动检验并发邮件审核失败,失败邮件内容是
Dear Developer, We identified one or more issues with a recent delivery for your app, "XXXXX" 1.0.3 (1.0.3). Please correct the following issues, then upload again. ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSPhotoLibraryUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/docu ... _the_user_s_privacy). Best regards, The App Store Team 通过邮件内容看是因为xxxxx-info.plist这个文件中的NSPhotoLibraryUsageDescription没有值,在插件中进行检查,凡是用到相关插件的,都填写的有提示语,但是依然没有值。请求协助!
|