美文网首页
二进制上传成功一直卡在(正在处理)

二进制上传成功一直卡在(正在处理)

作者: 陈大帅 | 来源:发表于2019-10-31 22:06 被阅读0次

    今天发布版本上传二进制文件的过程中没发现什么问题,但是上传成功后一直卡在(正在处理)

    如图 QQ20191031-215908@2x.png
    从下午5点多到晚上10点多,一直在这个状态,平时最多20分钟就处理完成了,这次为什么这么久。

    想想还是去看看邮箱里苹果有没有发邮件
    果然有邮件:邮件内容:
    Dear Developer,

    We identified one or more issues with a recent delivery for your app, "********" 6.1.0 (6.1.0.1). Your delivery was successful, but you may wish to correct the following issues in your next delivery:

    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 NSLocationAlwaysUsageDescription 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/documentation/uikit/core_app/protecting_the_user_s_privacy).

    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 NSBluetoothAlwaysUsageDescription 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/documentation/uikit/core_app/protecting_the_user_s_privacy).

    After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to App Store Connect.

    翻译了一下,大概就是没有配置位置权限和蓝牙权限,但是我的位置权限是配置过的,只不过位置权限分为“总是”,“从不”和“当使用时”,这次是提示要补充NSLocationAlwaysUsageDescription这个位置权限和NSBluetoothAlwaysUsageDescription蓝牙权限。蓝牙功能我在工程中是没有用过的,但是为什么提示我要补充呢,我想了一下,有可能是第三方SDK用到了,所以我搜了一下,如图: QQ20191031-215537@2x.png
    果然是有用到了蓝牙的相关API。最后配置了之后就是如图: QQ20191031-215629@2x.png

    相关文章

      网友评论

          本文标题:二进制上传成功一直卡在(正在处理)

          本文链接:https://www.haomeiwen.com/subject/qnrxbctx.html