背景中的 iPhone 屏幕截图
可以在后台截图吗?我正在使用 UIGetScreenImage(),但在控制台中它输出不允许在后台截取屏幕截图。有什么办法可以让这个功能在没有越狱的情况下工作,我不在乎苹果是否会批准它,我只需要它在设备上没有越狱的情况下工作。谢谢。
Is it possible to take screenshots in the background? I was using UIGetScreenImage(), but in the console it outputs that your not allowed to take screenshots in the background. Any way to get this working without a jailbreak, I don't care if Apple will approve it or not, I just need it work without a jailbreak on the device. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UI 调用必须在主线程上。为什么不能只在主线程上执行 UIGetScreenImage() 调用?
UI calls have to be on the main thread. Why can you not just do a UIGetScreenImage() call on the main thread?