0

I want to make an app in which users can't take screenshots,so is it possible in objective-c?

1 Answers1

1

You can not prevent taking screenshots entirely. But You can do what Snapchat does, that will be requiring the user to be touching the screen to view whatever information you're displaying. This is because the system screenshot event interrupts touches. It's not a perfect method and you can't prevent users from taking screenshots 100% of the time.

More details: iOS Detection of Screenshot?

Community
  • 1
  • 1
Muhammad Ahsan
  • 297
  • 2
  • 15