如何让我的应用程序在 iPhone 上后台运行?
如何创建一个在后台运行并从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于后台运行的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.
由于苹果文档应用程序将在后台最多运行 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