swift – 由多任务处理和内容调整大小中断录制

栏目: Swift · 发布时间: 7年前

内容简介:出于同样的原因,我的应用程序已被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


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Head First PHP & MySQL

Head First PHP & MySQL

Lynn Beighley、Michael Morrison / O'Reilly Media / 2008-12-29 / USD 44.99

If you're ready to create web pages more complex than those you can build with HTML and CSS, Head First PHP & MySQL is the ultimate learning guide to building dynamic, database-driven websites using P......一起来看看 《Head First PHP & MySQL》 这本书的介绍吧!

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具