esterTion / ReplayKitEverywhere

Record app screen, everywhere, with the convenience of ReplayKit
MIT License
26 stars 5 forks source link

Does using RKE trigger screenshot/screen recording detection in apps? #3

Open badger200 opened 5 years ago

badger200 commented 5 years ago

Per title.

This could be good to include in the readme.

esterTion commented 5 years ago

Screenshot detection will not be triggered.

As for recording detection, app will know it is recording now, if they actively checked its state. Otherwise there is no notify goes directly to app. (e.g. game Mini Metro has ReplayKit support, it will check recording state when game pauses, but if RKE triggered while in pause menu, it will not know things changed)