如何将数据推送到 iPhone 应用程序?
我是 iPhone 应用程序开发新手,我无法弄清楚如何将数据推送到应用程序。具体来说,我试图找到一种方法将新数据(用户帖子)从服务器推送到应用程序,而无需用户刷新(下拉刷新)。有可能吗?
I'm new to iphone app development and I'm having trouble figuring out how to push data to the app. Specifically, I am trying to find a way to push new data (user posts) from the server to the app without the user having to refresh (pull down to refresh). Is is possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个关闭的解决方案
使用Apple推送通知服务:它允许您发送一条带有消息的警报和一个按钮,以便用户打开应用程序(如果您愿意),它还可以向您的应用程序的图标添加编号徽章(想想whatsapp、邮件)。
这是一个解释如何使用它的链接
http://www.raywenderlich.com/3443/apple -push-notification-services-tutorial-part-12
这是您能得到的最接近的结果,如果用户未打开应用程序,您将无法对 iPhone 执行任何操作
there is a close solution
use Apple Push Notification service : it will allow you to send an alert with a message and a button for the user to open the app if you want, it can also add a numbered badge to the icon of your app (think whatsapp, mail).
here's a link explaining how to use it
http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12
That's the closest you can get, you can't do anything with the iphone if the app is not opened by the user