XZ_iOS之1. 2 Safety: User Generated Content、4. Design: Preamble、5. 1.1 Legal: Privacy的解决方案

苹果拒绝的原文:

发件人 Apple
    1. 2 Safety: User Generated Content
    4. Design: Preamble
    5. 1.1 Legal: Privacy - Data Collection and Storage

Guideline 1.2 - Safety - User Generated Content


Your app enables the display of user-generated content but does not have the proper precautions in place.


Next Steps


To resolve this issue, please revise your app to implement all of the following precautions:


- A mechanism for users to block (拉黑)abusive users

Guideline 4.0 - Design

We noticed several issues in your app that contribute to a lower quality user experience than Apple users expect, such as:


- Portions of your app, or resources needed to use your app, loaded, refreshed, ran or responded very slowly. These examples identify the types of issues discovered in your app but may not represent all such issues.


Next Steps


To resolve these issues, please revise your app to address all instances of these types of issues.

Resources

For information on improving and enhancing your app:


- Watch the video The Ingredients of Great Apps to understand the basics of great apps.

- Watch the video iPhone and iPad User Interface Design for practical design tips.

- Watch iOS Development Videos to learn about programming and design tips.

- Review the iOS Human Interface Guidelines and ensure that your app's interface and design adhere to these guidelines.

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage


We noticed that your app requests the user’s consent to access their microphone but does not clarify the use of this feature in the permission modal alert.


Next Steps


To resolve this issue, please revise the permission modal alert to specify why the app is requesting access to the user's microphone.


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 configuring and presenting an alert, 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.


Learn more about Protecting the User’s Privacy.


Please see attached screenshots for details.

① 1. 2 Safety: User Generated Content 的修改:

因为我们的APP中,用户可以上传视频和文字,也可以查看别人的视频,并关注别人,有这个功能,就需要有"拉黑"用户的功能,添加"拉黑"、"拉黑的黑名单列表"、"从黑名单中放出来"的功能,用户把别的用户添加到他的"黑名单"之后,在这个用户的视频首页就不能再显示这个被拉黑的人的任何视频或者文字了。

② Guideline 4.0 - Design 的修改:

原因:

   我们的商城的详情页都是web页,web页方便后台做的不是很好,每次加载都需要5s以上,在未进去之前,webView都是显示的白色的,给用户的体验不好。

解决:

1>APP端添加加载中的视频,这个视图给用户一个加载进度提醒;

2>后台修改web的加载,修改后的结果是大概2s就可以进入。

③ Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage 的修改:

原因:

info.plist中的隐私权限没有详细的说出是做什么用的,比如:Privacy - Camera Usage Description(相机使用权限),以前描述中可以直接写“是否允许此APP使用相机”即可,现在需要写清楚这个权限都是在哪里使用的。如下:

Privacy - Camera Usage Description:授权后,用于拍摄图片上传头像、视频拍摄和扫一扫的功能

Privacy - Face ID Usage Description:授权后可以使用Face ID解锁xxx哟

Privacy - Microphone Usage Description:App需要您的允许才可以使用麦克风,用于录制视频时获取声音

Privacy - Photo Library Additions Usage Description:用于从相册选取照片设置个人头像,以及保存图片至本地

Privacy - Photo Library Usage Description:授权后可以从相册选取图片和视频进行头像上传和视频剪辑


 

猜你喜欢

转载自blog.csdn.net/understand_XZ/article/details/86714030
今日推荐