endmr11 / ed_screen_recorder

Screen recorder plugin for Flutter. Supports IOS and Android devices.
MIT License
26 stars 34 forks source link

Screen recording not working in the background (IOS) #93

Closed jesmarver closed 7 months ago

jesmarver commented 11 months ago

In android works well but in IOS when I try to record the screen in the background mode (leaves the app) it stops recording. I need the same behavior in Android and IOS.

endmr11 commented 7 months ago

You need to add the background modes feature to your own project via Xcode and manage this situation yourself.