美文网首页
2023-01-09 提审警告

2023-01-09 提审警告

作者: 我是小胡胡123 | 来源:发表于2023-01-08 17:51 被阅读0次

ITMS-90683: Missing purpose string in Info.plist - Your app’s code references one or more APIs that access sensitive user data, or the app has one or more entitlements that permit such access. The Info.plist file for the “xxx.app” bundle should contain a NSLocationAlwaysAndWhenInUseUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. 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. For details, visit: https://developer.apple.com/documentation/uikit/protecting_the_user_s_privacy/requesting_access_to_protected_resources.

After you’ve corrected the issues, you can upload a new binary to App Store Connect.

解决方法: 添加一个key
原来是3个,

 
    <key>NSLocationAlwaysUsageDescription</key>
    <string>若不允许,您将无法xxx</string>
    <key>NSLocationUsageDescription</key>
    <string>若不允许,您将无法xxx</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string>若不允许,您将无法xxx</string>

添加1个:

    <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
    <string>若不允许,您将无法xxx</string>

相关文章

  • 2023-01-09 提审警告

    ITMS-90683: Missing purpose string in Info.plist - Your a...

  • 微信小游戏需要提交哪些资质?审核流程有哪些?---转载

    微信小游戏需要提交哪些资质?审核流程有哪些? 一、首次提审资质文档:提审版本->提审页面上传资质->提交审核->审...

  • Error: Your app declares support

    该版本将定位相关功能进行优化后提审至 App Store 不巧被拒了,具体异常提审如下:Your app decl...

  • 版本管理之versionCode

    versionCode的作用: 同一渠道多次提审的时候,每次提审的安装包的versionCode值都必须在上一次提...

  • 心理问题的类型

    中原焦点团队 坚持分享1635天 2023-01-09 心理问题根据其严重程度可分为: 1、心理困扰:主要指各...

  • 巢湖监狱提审

    记得带介绍信,提前跟监狱纪委书记王书记打电话,具体办事情是监察室李主任,下午五点半前结束提审!

  • App Store提审

    app-store-connect 操作指南https://help.apple.com/app-store-co...

  • 逃离@半夜提审

    老号底,一般是指在号里羁押时间比较长的嫌疑犯。 半夜12:00,走廊里传来开门的声音,监舍里所有人都睁开了眼睛。孙...

  • 写在提审之后

    提审套路贷犯罪团伙的老大,这家伙嚣张至极,这是我从业以来遇到的最嚣张的嫌疑人,没有之一。其他的不知道,但我清楚的是...

  • 逃离@半夜提审

    老号底,一般是指在号里羁押时间比较长的嫌疑犯。 半夜12:00刚过,走廊里传来开门的声音。 监舍里所有人都睁开了眼...

网友评论

      本文标题:2023-01-09 提审警告

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