Prevent user from taking screenshot of my app like Netflix

Hello Team,

I am trying to restrict user from taking screnshot of my iOS app like Netflix do. I try few methods available on stackoverlow but didn't get my exact solutions.


Please help


Regards

  • [https://stackoverflow.com/a/77931529/22695708) https://github.com/JayantBadlani/ScreenShield ScreenShield is an iOS library that provides a simple way to protect your app's content from being captured or recorded by screenshots, screen recordings, or other screen capture methods. It works by adding a secure layer on top of your views, which prevents most screen capture mechanisms from recording the underlying content.

Add a Comment

Replies

This queestion has been asked several times on this forum. (https://forums.developer.apple.com/thread/93362)


And the answer is that this is a bit of an illusion. User will alsways be able to take a photo from an external camera. So what would you protect ?

we want to secure only from the device screenshot like confide does.

This hints at the beginning of a solution (not tried or tested):


https://stackoverflow.com/questions/18680028/prevent-screen-capture-in-an-ios-app

Yeah I already gone through this link but didn't got the answers. I am looking for the solution how Confide app done this( https://screenshieldkit.com/ )

You can, of course, purchase the solution from screenshieldkit.com.

>am looking for the solution how Confide app done


You mean without actually buying the s'shield product? My gut tells me they're doing layered obfuscation, but unless they want arm/leg prices, it doesn't make sense to reinvent the wheel. At least talk to them to see if they fit your budget, etc.

  • Hello Anyone can find solution? please share how can i prevent my app form screenshots and screen recording .

Add a Comment

Hello Anyone can find solution? please share how can i prevent my app form screenshots and screen recording .