iPhone - NSTimer - 需要特殊任务

发布于 2024-11-28 15:29:25 字数 208 浏览 2 评论 0原文

我知道如何设置计时器,当计时器到期时,它会触发并捕获一个动作。 我期望的是,在实时的每 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 技术交流群。

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

发布评论

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

评论(1

凉城 2024-12-05 15:29:25

正如马库斯在他的最后一条消息中提到的,

NSTimer's initWithFireDate:interval:target:selector:userInfo:repeats: or setFireDate:

有效。

As mentioned by Marcus in his last message,

NSTimer's initWithFireDate:interval:target:selector:userInfo:repeats: or setFireDate:

works.

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