如何让 iPhone 屏幕保持活动状态,而不是进入省电模式?

发布于 2024-11-10 06:15:35 字数 112 浏览 0 评论 0原文

我正在开发一个简单的游戏,需要 UIAccelerometer 而无需任何屏幕点击交互。在默认模式下,屏幕会定期进入省电模式。如何使屏幕在应用程序处于活动状态的整个过程中保持活动状态?

I am working on a simple game that requires UIAccelerometer without any screen tapping interaction. In the default mode, the screen goes into a power saving mode periodically. How can I make the screen to stay active throughout the entire time what the app is active?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

看海 2024-11-17 06:15:35

使用[UIApplication sharedApplication].idleTimerDisabled = YES 阻止 iPhone 进入睡眠模式。

Use [UIApplication sharedApplication].idleTimerDisabled = YES to prevent the iPhone to go to sleep-mode.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文