Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How is the support with iOS version 12.4 and above even with iOS 13 #14

Open
ethicalvats opened this issue Dec 9, 2019 · 1 comment

Comments

@ethicalvats
Copy link

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.

@code-matt
Copy link
Owner

The issues you are having are potentially fixed in the feature/autolinking branch. That whole Apple crash with Replykit is gone there and the multitasking while recording as well. As outlined in this issue here though #12 it might be possible to have swift inside packages now due to autolinking and how and when that bridge header gets generated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants