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 this library support iOS 13? #18

Closed sokhees closed 1 month ago

sokhees commented 1 month ago

My project supports iOS 13. I wonder why this library only supports iOS 14 and above. Is there any way for me to use this library for iOS 13?

JayantBadlani commented 1 month ago

Hi @sokhees , We've added support for iOS 13 in the ScreenShield library. You can use the new SDK version 1.2.2, available within the next 24 hours.