相当于后台音频应用程序的 NSTimer?

发布于 2024-12-26 07:32:17 字数 296 浏览 1 评论 0原文

我有一个视频流应用程序,已正确设置为在设备锁定或在后台时通过 AirPlay 播放视频。效果很好。然而,当应用程序进入后台时,有一件事不起作用,那就是我用 NSTimer 每 10 秒向服务器发送一次更新。我读过无数关于当应用程序在后台时 NSTimers 不工作的帖子。有很多建议的黑客和拼凑,但我没有找到正确的方法来做到这一点,或者甚至没有找到正确的方法。

但是,由于我的应用程序是一个允许进行某些后台处理的音频应用程序,因此我希望可能有某种方法可以定期将帖子发送到远程服务器。

有没有更好的方法来做到这一点?

谢谢, 克雷格

I have a video streaming app that is properly set up to play video via AirPlay while the device is locked or in the background. It works great. However, the one thing that doesn't work when the app goes into the background is the NSTimer I use to send an update back to a server once every 10 seconds. I've read through countless posts about NSTimers not working when an app is in the background. There are lots of proposed hacks and kludges, but I didn't find the proper way to do this, or if there even is a proper way.

However, since mine is an audio app where some background processing is permitted, I would expect there might be some way to periodically send a post to a remote server.

Is there a preferred way to do this?

Thanks,
Craig

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文