Posts

Post not yet marked as solved
0 Replies
309 Views
Crash in Replykit in iOS 13.5.1 Crashed: com.replaykit.capture.AudioSampleQueue 0 ReplayKit 0x1b83cb81c _61-[RPScreenRecorder captureHandlerWithAudioSample:bufferType:]blockinvoke + 40 1 libdispatch.dylib 0x18dc7b9a8 dispatchcallblockandrelease + 24 2 libdispatch.dylib 0x18dc7c524 dispatchclientcallout + 16 3 libdispatch.dylib 0x18dc288a4 dispatchlaneserialdrain$VARIANT$mp + 608 4 libdispatch.dylib 0x18dc29294 dispatchlaneinvoke$VARIANT$mp + 416 5 libdispatch.dylib 0x18dc3278c dispatchworkloopworkerthread + 588 6 libsystempthread.dylib 0x18dccdb74 pthreadwqthread + 272 7 libsystempthread.dylib 0x18dcd0740 start_wqthread + 8
Posted Last updated
.
Post not yet marked as solved
0 Replies
778 Views
Hi,We are facing an issue in ReplayKit. After recording for around 5-8 videos, startCapture(), delegate method of ReplayKit gives the error:Error Domain=com.apple.ReplayKit.RPRecordingErrorDomain Code=-5807 "Recording interrupted by multitasking and content resizing" UserInfo={NSLocalizedDescription=Recording interrupted by multitasking and content resizing}Thus, the recording is never captured. We tried one approach, i.e, calling stopCapture() of Replaykit just before startCapture() but issue still persists. After that, we got to know that maybe the issue is due to the popup dialog which comes up when startCapture() is called. In this, it asks for permission to record screen. Seems like, currently no property or method is exposed to us so that we might show the same popup before we call startCapture(). For now, restarting the device seems like a workaround to fix the issue but we need to know how we can get rid of this error without restarting the deivce.Hardware configuration: We have used iPhone 7 with IOS 12.0 and iPad 6th generation with IOS 12.0.1 on which we are able to reproduce this error.Steps to reproduce:Call startCapture() of ReplayKit to start recording. In the completion handler, it comes up with the error "Recording interrupted by multitasking and content resizing" and it doesn't capture anything due to this.Please help us to resolve this error.
Posted Last updated
.