iOS开发:上架App被拒原因5.1.1Legal Privacy - Data Collection and Storage

最近苹果管理越来越严,有时候会给一些意想不到的上架被拒大礼包,这个5. 1.1 Legal: Privacy - Data Collection and Storage被拒礼包已经是第二次遇到了,而且是进行一次常规版本的修改上架被拒的,觉得很是无厘头,那么本篇博文就来分享一下针对这个反复出现的被拒大礼包的解决方法,也不算是万能解决方法,只能是每次遇到这种情况直接改原因就完事了。

一、被拒原文如下所示:

原文大概意思就是说:蓝牙使用的描述场景提示文本不太明确,需要告诉使用者为什么要打开这个功能。

Dec 10, 2019 at 10:47 PM

From Apple

5. 1.1 Legal: Privacy - Data Collection and Storage

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
        We noticed that your app requests the user’s consent to access their Bluetooth but does not clarify the use of the Bluetooth in the applicable purpose string.
        Next Steps
        Please revise the relevant purpose string in your app’s Info.plist file to specify why the app is requesting access to the user's Bluetooth. You can modify your app's Info.plist file using the property list editor in Xcode.
        To help users understand why your app is requesting access to their personal data, all permission request alerts in your app should specify how your app will use the requested feature.
        Resources
        For additional information and instructions on requesting permission, please review the Requesting Permission section of the iOS Human Interface Guidelines and the Information Property List Key Reference. You may also want to review the Technical Q&A QA1937: Resolving the Privacy-Sensitive Data App Rejection page for details on how to provide a usage description for permission request alerts.
        Please see attached screenshot for details.

附带的截图如下所示:

二、解决方法

重新描述打开手机蓝牙的提示文本,说清楚使用场景,然后再次打包提交项目进行审核。

在Xcode里面的Info.plist的对应描述,如下图所示:

修改完描述之后,再次提交审核,就审核通过,如下图所示:

 

以上就是本章全部内容,欢迎关注三掌柜的微信公众号“iOS开发by三掌柜”,三掌柜的新浪微博“三掌柜666”,欢迎关注!

三掌柜的微信公众号:

三掌柜的新浪微博:

发布了224 篇原创文章 · 获赞 328 · 访问量 108万+

猜你喜欢

转载自blog.csdn.net/CC1991_/article/details/103560027