Guideline 1.2 - Safety - User Generated Content
準則1.2 -安全-用戶生成的內容
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:
為了解決這個問題,請修改您的app,實現以下所有注意事項:
- Require that users agree to terms (EULA) and these terms must make it clear that there is no tolerance for objectionable content or abusive users
- 要求用戶同意條款(EULA),并且這些條款必須明確表示不存在對令人反感的內容的容忍或濫用用戶
- A method for filtering objectionable content
- 用于過濾令人反感的內容的方法
- A mechanism for users to flag objectionable content
- 用戶標記令人反感的內容的機制
- A mechanism for users to block abusive users
- 用戶阻止濫用用戶的機制
- The developer must act on objectionable content reports within 24 hours by removing the content and ejecting the user who provided the offending content
- 開發人員必須在24小時內通過刪除內容并彈出提供違規內容的用戶來處理令人反感的內容報告
解決過程:
因為該應用允許用戶提交舉報反饋,但是使用原生做的,并且沒有對輸入字數做限制,選擇的舉報條件也包含了一些敏感信息;
第一次修改,以為是包含了敏感信息的選擇條件,所以把選擇條件去掉,直接讓用戶輸入,然后提交,但是還是同樣原因被拒;
第二次修改,以為是直接讓用戶輸入提交,沒有對輸入內容做限制,蘋果不允許,所以把用戶輸入去掉了,只剩下幾個選項,但是還是被拒;
最后,經過努力探索,參考其他APP,才知道要使用web來做舉報反饋功能,做了web舉報功能,果真一次審核成功。
手機瀏覽
全國
19974831731





