Guideline 5.1.2 - Legal - Privac

作者: 鈊铭 | 来源:发表于2017-09-29 12:49 被阅读2835次

    1. 添加用户私有权限Privacy

          自xcode8编译器之后,需要在info.plist添加用户权限Privacy.详细请见苹果官网info.plist包含key.常用的key如下:

    2.近期出现Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing被拒详细

    Your app accesses user data from the device but does not have the required precautions in place.

    Next Steps

    To collect personal data with your app, you must make it clear to the user that their personal data will be uploaded to your server and you must obtain the user's consent before the data is uploaded. You must also have a Privacy Policy URL and ensure that the URL you provide directs users to your privacy policy.

    - Starting with iOS 6, there are keys for specifying the reason the app will access the user's protected data. When the access prompt is displayed, the purpose specified in these keys is displayed in that dialog box. If your app will be transmitting protected user data, the usage string in your access request should clearly inform the user that their data will be uploaded to your server if they consent.

    Resources

    For more information on these keys, please review theInformation Property List Key Reference.

    具体描述,需要用户在info.plist里面添加详细的描述,做到以下两点即可:

    1.当用户不允许的时候,什么功能不能正常使用。

    2.APP开启此权限主要是为了什么功能,是否收集用户信息等。

    解决方案:

    1.NSAppleMusicUsageDescription请点击"好"以允许访问。

    2.NSCameraUsageDescription请点击"好"以允许访问。如果不允许,你将无法使用拍摄功能。

    3.NSContactsUsageDescription请点击"好"以允许访问。如果不允许,xxapp将无法访问通讯录中的朋友给你。xxapp仅用于访问通讯录好友,不会保存你的通讯录内容。

    4.NSLocationWhenInUseUsageDescription请点击"好"以允许访问。如果不允许,你将无法使用位置功能。

    5.NSMicrophoneUsageDescription请点击"好"以允许访问。如果不允许,你将无法使用麦克风功能。

    6.NSPhotoLibraryUsageDescription请点击"好"以允许访问。如果不允许,你将无法使用图片功能。

    特别提醒:

    如果想在描述中添加换行,请使用xml的方式打开info.plist文件,并且加入换行符

    换行符:


    例子: 


    第二种情形:

    Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing Thank you for your resubmission. After further review we found that your app is still not in compliance with the 5.1.2 guideline. Your app accesses user data from the device but does not have the required precautions in place. To collect personal data with your app, you must make it clear to the user that their personal data will be uploaded to your server and you must obtain the user's consent before the data is uploaded. You must also have a Privacy Policy URL and ensure that the URL you provide directs users to your privacy policy. Once this issue has been resolved, we can continue with the review of your app. Best regards, App Store Review

    苹果爸爸提醒用户需要在登录或者注册页面要有用户协议,这样保证用户的私有信息不会上传到服务器或者被用作商用.具体放置一个html文本在服务器上或者本地利用uiwebview或者wkwebview加载.

    本地html方式: 无需部署服务器,但存在如果以后有争议的协议会有一些官司要打.

    服务器html方式:需要每次加载网络访问,但可以做到动态的更新.

    3. xcode9新添加NFC权限的支持

    NFCReaderUsageDescription  请点击"好"以允许访问。如果不允许,你将无法使用NFC功能。

    补充:

    iOS11之后地理定位新增key,上传AppStore时候必须添加上,如果不添加在拒接访问地理位置权限的时候会出现定位的问题.如图:


    相关文章

      网友评论

      • Sunsgne丶D:Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing

        Your app enables the display of nearby users' locations on a map, but does not have the required privacy precautions in place.

        Next Steps

        It is necessary that you put all of the following precautions in place:

        - Your app's rating must reflect a "Frequent/Intense" setting for Mature/Suggestive Themes in iTunes Connect
        - Include a privacy policy URL in the App Details page on iTunes Connect and ensure that the URL you provide directs users to your privacy policy
        - Ensure that users have a mechanism to block other users
        - Request users' permissions to have their location displayed on a map; users must have the option to decline this request
        - Require users to manually check-in each time they wish to have their location displayed on a map; there should be no option to enable automatic check-ins
        老是这个怎么破,请求权限也写明用途了,用户也可以屏蔽他人或者隐身自己的位置,就是最后一条不怎么什么意思?求大神解答
        Sunsgne丶D:@璜玨 3个 Privacy - Location Always Usage Description 、Privacy - Location Always and When In Use Usage Description、Privacy - Location When In Use Usage Description
        鈊铭:你的地理位置plist写了几个
        Sunsgne丶D:隐私协议那里我填了我们的注册协议,里面有一部分是有关用户隐私的
      • Glenn_凤凰:我的无限5.1.1😢怎么办
        鈊铭:可以私信发给我
      • 青争_5dd5:我的问题和你一样
        Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing

        Thank you for your resubmission. After further review we found that your app is still not in compliance with the 5.1.2 guideline.
        Your app accesses user data from the device but does not have the required precautions in place.

        Next Steps

        To collect personal data with your app, you must make it clear to the user that their personal data will be uploaded to your server and you must obtain the user's consent before the data is uploaded. You must also have a Privacy Policy URL and ensure that the URL you provide directs users to your privacy policy.

        - Starting with iOS 6, there are keys for specifying the reason the app will access the user's protected data. When the access prompt is displayed, the purpose specified in these keys is displayed in that dialog box. If your app will be transmitting protected user data, the usage string in your access request should clearly inform the user that their data will be uploaded to your server if they consent.

        Resources

        For more information on these keys, please review the Information Property List Key Reference.

        请问在info.plist配置一下就行了吗?
        鈊铭:@青争_5dd5 你如果想app名字支持国际化,必须 要自己额外配置的.
        青争_5dd5:@璜玨 我在info.plist中key对应的value的写了我们app的名字,可以吗?因为不想做国际化翻译
        鈊铭:@青争_5dd5 嗯,是的。
      • Altitude2015:看到的迟了 ,已经被打回来了
        鈊铭:@Altitude2015 具体原因的截图可以发一下给我
        Altitude2015:@璜玨 又打回来了,苹果爸爸这次是来真格的了
        鈊铭:解决你的问题了吗?

      本文标题:Guideline 5.1.2 - Legal - Privac

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