概要
Guideline 1.2 – Safety – User Generated Contentでリジェクトされた時の対応方法です。
投稿が可能なタイプのアプリでは、高確率で来るメッセージみたいです。
環境
Xcode 11.3.1
Swift 5.0
リジェクト内容
Next Steps
To resolve this issue, please revise your app to implement all of the following precautions:
– 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
– 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
対応方法
google翻訳と対応方法です。
-ユーザーが条件(EULA)に同意することを要求します。これらの条件は、不快なコンテンツや虐待的なユーザーに寛容でないことを明確にする必要があります
アプリのどこかに利用規約を準備すればOKです。
-不快なコンテンツをフィルタリングする方法
– 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時間以内に不快なコンテンツレポートに基づいてコンテンツを削除し、問題のあるコンテンツを提供したユーザーを排除する必要があります。
不適切な投稿を報告ボタンで排除し、不適切なユーザーを弾く仕組みを作ればOKです。
上記は投稿が可能なタイプのアプリでは、対応が必要な内容ですので、リジェクトされる前にあらかじめ機能や仕組みを盛り込んでおいた方がリジェクトされずにリリースがスムーズにできるかと思います。