iPhone OS 4.0.x - 从后台过渡到前台
iPhone 编程问题:
是否可以通过编程方式将 iPhone 应用程序从后台模式唤醒/恢复到前台模式?
我有一个长时间运行的后台任务,该任务正在 UIApplicationDelegate 的 applicationDidEnterBackground 方法中启动。
我需要使用此后台任务中的一些代码使我的应用程序处于活动/可见状态。
这可能吗?
谢谢。
iPhone programming question:
Is it possible to wakeup/resume iPhone application from background mode to foreground mode programmatically?
I have a long-running background task, which is being launched in applicationDidEnterBackground method of UIApplicationDelegate.
I need to make my application active/visible using some code inside this background task.
Is this possible?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是不可能的。但是,您可以触发本地通知来提醒用户。
This is not possible. However, you can fire a local notification to alert the user.