Description
I am using this library to create an app but recently my testers with newer iPhones are reporting app crashes. It is observed that the crash occurs immediately when the screen recording is launched. I have read news about Apple making "huge" changes in its ReplayKit library in iOS 13. It might be breaking the compatibility with this library.
I have put a quote below from this link twilio/twilio-video-ios#55 (Sample Code & Framework Integrations)
The ReplayKit Framework received some significant enhancements in iOS 13, resolving problems with delayed application audio and the reliability of RPScreenRecorder. However, there is also a serious bug in iOS 13.0-beta8 (fixed in 13.1-beta2) that can cause a crash when using RPSystemBroadcastPickerView.
Any quick thoughts will be helpful.