如何将数据推送到 iPhone 应用程序?

发布于 2024-12-08 19:19:57 字数 100 浏览 0 评论 0原文

我是 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 技术交流群。

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

发布评论

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

评论(1

他夏了夏天 2024-12-15 19:19:57

有一个关闭的解决方案

使用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

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