Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何在应用程序运行时禁用模式设备空闲?我用 web 服务编写了 iOS 应用程序,但是当屏幕保护程序启动时,我有同步下降。
谢谢
假设通过“屏幕保护程序”您的意思是禁用关闭屏幕的设备空闲计时器,您可以使用这个简单的行:
[UIApplication sharedApplication].idleTimerDisabled = YES;