内容简介:出于同样的原因,我的应用程序已被App Store拒绝.到目前为止,唯一的解决方法是重启设备.翻译自:https://stackoverflow.com/questions/52560846/recording-interrupted-by-multitasking-and-content-resizing
尝试使用RPScreenRecorder开始屏幕录制.我收到以下错误:
Recording interrupted by multitasking and content resizing
func startRecording() {
let recorder = RPScreenRecorder.shared()
recorder.startRecording(handler: { (error) in
if let unwrappedError = error {
print(unwrappedError.localizedDescription)
} else {
}
})
}
在iOS 12.0之前一切正常.从更新我得到上面的错误.
出于同样的原因,我的应用程序已被App Store拒绝.到目前为止,唯一的解决方法是重启设备.
翻译自:https://stackoverflow.com/questions/52560846/recording-interrupted-by-multitasking-and-content-resizing
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Build Your Own Web Site the Right Way Using HTML & CSS
Ian Lloyd / SitePoint / 2006-05-02 / USD 29.95
Build Your Own Website The Right Way Using HTML & CSS teaches web development from scratch, without assuming any previous knowledge of HTML, CSS or web development techniques. This book introduces you......一起来看看 《Build Your Own Web Site the Right Way Using HTML & CSS》 这本书的介绍吧!