解析要发送的数据的 APNS 提供程序

发布于 2024-11-05 05:02:21 字数 72 浏览 0 评论 0原文

我想创建一个服务来解析提要中的数据,然后向订阅的单元发送通知。

我知道如何解决这个问题。如有任何建议,将不胜感激。

I would like to create a service that parses data from a feed and then sends notifications to subscribed units.

And I'm note sure how to approach this problem. Would be thankful for any advice.

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

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

发布评论

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

评论(1

寒江雪… 2024-11-12 05:02:21

如果您每月发送的推送消息少于 1,000,000 条(大于您需要支付的金额),我会考虑 城市飞艇 .他们有一个叫做 feed 的功能,可以做到这一点:

城市飞艇有一个功能,我们可以
将监控 RSS 或 Atom feed 以及
当有新消息时发送推送通知
条目已发布。我们允许您
设置模板来提取项目
从 feed 动态生成
推送通知内容来自
新条目。您可以轻松设置此
从界面向上
https://go.urbanairship.com/ ,但是
这个API允许你
以编程方式创建它们。

所以,这可能对你有用。或者,您可以考虑设置自己的服务器来运行脚本,解析您的提要。然后您可以使用 Easy APNs 自行发送消息。我正在使用它,它非常适合我的需求。对我来说,学习过程很艰难,因为除了 Obj-C 之外我从未做过任何事情,但它最终非常容易学习。

If you're going to be sending less than 1,000,000 push messages per month (greater than that amount you would have to pay), I'd look into UrbanAirship . They have something called a feed feature that does this:

Urban Airship has a feature where we
will monitor an RSS or Atom feed and
send a push notification when a new
entry is published. We allow you to
set up a template to extract items
from the feed to dynamically generate
push notifications with content from
the new entry. You can easily set this
up from the interface at
https://go.urbanairship.com/ , but
this API allows you to
programmatically create them.

So, that might work for you. Or, you can look into setting up your own server that runs a script, parsing your feeds. Then you can use Easy APNs to send the messages yourself. I'm using it and it works perfectly for my needs. For me the learning cure was steep because I'd never done anything besides Obj-C, but it ended up being quite easy to learn.

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