Hello!
I've implemented an iOS app that uses ReplayKit to capture the user's screen using the ReplayKit's standard screen record button (RPSystemBroadcastPickerView) and a screenshare app extension.
Is there any way of starting the screen capture either without the user's explicit interaction, or where they previously gave permission but wouldn't need to a second time?
I'm expecting the answer is "no" from what I've read from a security perspective, but is there any strategy I've not seen that would not need (or at least minimise) user interaction?