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.
MIT License
89 stars 15 forks source link

Can't block screenshot content on iOS 17 #2

Closed DamianHuynh closed 10 months ago

DamianHuynh commented 10 months ago

Hi @JayantBadlani, I have tried to test this feature on iOS 17, it's still blocks the user from the record screen but somehow I'm still able to see the content of screenshot. I don't know if the problem comes from me or this package( I have modified this a little bit to match my requirements). Can you test it and let me know the result?

DamianHuynh commented 10 months ago

Thanks @JayantBadlani, This #3 working, so I will close this issue