钛“恢复”解锁时未触发事件(iPhone)
我目前正在开发一个应用程序,该应用程序每 X 分/秒检查一次 GPS 数据。当应用程序处于后台时,我使用“暂停”事件来停止它,并使用“恢复”事件恢复它。那里没问题。
问题是当您锁定设备时:它会触发暂停事件,但不会在解锁时恢复。这是一个已知的错误吗?还有其他我应该知道的事件吗? 谢谢!
I am currently working on an app that check for GPS data every X mins/seconds. I use the "pause" event to stop it while the app is in background and resume it with "resume" event. No problem there.
The problem is when you lock the device: it fires the pause event but won't resume on unlock. Is it a known bug? Is there another event I should know of?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
侦听“resumed”(末尾带有 D)事件而不是“resume”。
您将获得“恢复”应用程序重新启动(以及“恢复”事件),但也可用于解锁、取消通知、取消多任务栏等。
Listen for the "resumed" (with a D at the end) event instead of "resume".
You will get "resumed" for app relaunch (along with the "resume" event), but also for unlock, dismiss of a notification, dismiss the multitasking bar, etc.