Hello everyone. I am new to iOS app development. I tried to submit an app that I learned during my lectures. It's an app where people can post pictures along with some text.But after submitting it to the app store I got this as their reply: From Apple 1. 2 Safety: User Generated Content 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:
- 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 dont have enough knowledge to fiter objectionable content or flag users. I used parse to save the posts. If anyone can tell me how to approach or what to learn to resolve these, that would be really helpful.