解析要发送的数据的 APNS 提供程序
我想创建一个服务来解析提要中的数据,然后向订阅的单元发送通知。
我知道如何解决这个问题。如有任何建议,将不胜感激。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您每月发送的推送消息少于 1,000,000 条(大于您需要支付的金额),我会考虑 城市飞艇 .他们有一个叫做 feed 的功能,可以做到这一点:
所以,这可能对你有用。或者,您可以考虑设置自己的服务器来运行脚本,解析您的提要。然后您可以使用 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:
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.