iPhone - NSTimer - 需要特殊任务
我知道如何设置计时器,当计时器到期时,它会触发并捕获一个动作。 我期望的是,在实时的每 1 小时 30 秒之后,“xx:00:30”
我必须检查我的服务器是否有更新。 我知道如何与服务器通信。但是我怎样才能创建这样一个定时器来触发每个“xx:00:30”
。
如果应用程序在后台运行,我不想运行计时器。 关于如何做到这一点有什么想法吗?
I know how to set a timer and when timer expires, it fires and a action is caught.
What I'm expecting is that after 30 seconds of every one hour of real time that that "xx:00:30"
I have to check my server for updates.
I know how to communicate with server. But how can I create such a timer that fires every "xx:00:30"
.
I don't want to run the timer if the app is in background.
Any ideas on how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如马库斯在他的最后一条消息中提到的,
有效。
As mentioned by Marcus in his last message,
works.