之前提交过版本,这次是更新版本,1.2规则有点变化新增了需求;
Guideline 1.2 - Safety - User Generated Content
We found in our review that your app includes user-generated content but does not have all the required precautions. Apps with user-generated content must take specific steps to moderate content and prevent abusive behavior.
Next Steps
To resolve this issue, please revise your app to implement the following precautions:
- A mechanism for users to block abusive users
我的APP如下,一个本地生活服务发布的应用,目的想做个本地的朋友圈那种;功能不多,还在陆续 完善中;
Guideline 1.2 问题分析
对于类似支持用户发布动态帖子的应用必须支持过滤屏蔽机制;比如不喜欢、屏蔽、拉黑等操作;
WX20220730-152526@2x.png
操作必须真实的奥,比如屏蔽后改动态必须不可见,拉黑用户,必须过滤掉该用户所有动态;
当时为了偷懒,拉黑操作只简单了hud提示,用户动态还是存在的,结果被拒了;
Guideline 5.1.1(v) - Data Collection and Storage
WX20220730-161021@2x.png
支持账号注册的功能同时需要添加账号删除操作;
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
WX20220730-153437@2x.png
申请相机权限提示变了,现在必须描述清楚申请相机用来干什么;曾经的【需要使用的相机权限】改为 【允许在使用中访问相机,用于拍照上传图片。】