如何让我的应用程序在 iPhone 上后台运行?

发布于 2024-12-07 10:58:15 字数 52 浏览 3 评论 0原文

如何创建一个在后台运行并从 Web 服务接收数据并生成推送通知的 iPhone 应用程序?

How can I create an iPhone app that runs in the background and receives data from a web service and produces push notifications?

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

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

发布评论

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

评论(2

鹊巢 2024-12-14 10:58:15

对于后台运行的iOS应用程序,您需要在info.plist中指定它。

所需的后台模式 = 应用程序播放音频,

Web 服务可以与 iOS 一起使用,您喜欢 REST 还是 SOAP 哪一种?
对于推送通知,您需要外部服务器或服务。

For iOS app running in the background, you need to specify it in the info.plist.

required background modes = app plays audio,

web services are possible to use with iOS which one you like REST or SOAP?
For push notification you need external server or service.

长梦不多时 2024-12-14 10:58:15

由于苹果文档应用程序将在后台最多运行 10 分钟,该应用程序将不会在后台运行,除了音频、GPS 之外,其他应用程序也不会运行

As apple documentation application will run in background maximum 10 min after that application will not run in background expect audio,GPS like some other

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