User Generated Content Restrictions

Hello, I am adding an area to my app where users can share their images and ideas. This would qualify as what Apple calls “User Generated Content”. Apple requires these guidelines for USC to be added:

  • A method for filtering objectionable material from being posted to the app
  • A mechanism to report offensive content and timely responses to concerns
  • The ability to block abusive users from the service

Does anyone know how I would go about fileting inappropriate images and language added by users in my app? This would basically be building a mini social area into my app like Facebook and I need a way to regulate what people upload. Any suggestions?

1 Like

You can add a property to the image records for whether or not they have been flagged, and then filter out any flagged images.

Thats a good idea. Thanks for the feedback.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.