python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Replaykit - Recording not starting Error- 5803
I want to start recording in my App, I am using ReplayKit
func startRecordn(){
recorder.startRecording{ [unowned self] (error) in
//2
guard error == nil else {
...
allabtcoding
Votes: 0
Answers: 1
iOS ReplayKit locks screen rotation and prevents auto-roatation of iPhone/iPad
I experience a weird issue when working with Replay Kit. Specifically, when I call startCapture, the app no longer responds to rotations. It locks the current orientation
RPScreenRecorder.shared().sta...
Ross Stepaniak
Votes: 0
Answers: 0