According AppStore Guideline 1.2 - Safety - User Generated Content for point - A method for filtering objectionable content
What are the ways to implement "A method for filtering objectionable content" in the App?
My App contains Video upload, Comment on Video , Go Live feature
Also Please suggest any third party library to implement filtering objectionable content
By referencing apple doc
- A method for filtering objectionable material from being posted to the app
Like instagram, you can add a button Don't show me this post again based on this you can filter the data for that user.
- A mechanism to report offensive content and timely responses to concerns
Add report option with every post so that if someone report against that post than you can alert other users as its a sensitive post, are you sure wanted to see this. Or if something harassment then remove that post from your app.
sample image of instagram.
- The ability to block abusive users from the service
If someone continuously violating your app privacy & protocols then suspend the account temporarily.
- Published contact information so users can easily reach you.
Add contact page where users can report against some post or user or any query if they have.
Sample image for points 1,3,4
These are the basics protocols that every social app follows so you can take reference from any app.