Hi,
I always get this app rejection:
Next Steps
To resolve this issue, please revise your app to implement 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
I implemented an EULA with a zero-tolerance policy when the app is started the first time and needs to be accepted. I have a method for filtering content, so the user can specify himself what he wants to filter. I have a mechanism to report content and a backend to delete messages/ban users. Users can also block other users if they want to.
So, at this point I'm not sure what else I need to change.