ios 使用 APNS 的 Apple Push 通知是免费的吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17779308/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is Apple Push notification using APNS free of cost?
提问by Sreejesh
We are planning to develop the push notification service for a telecom operator. But I haven't got any information whether the APNS push service is free of cost or should we make any payment?
我们正计划为电信运营商开发推送通知服务。但是APNS推送服务是免费的还是需要付费的我还没有得到任何信息?
My questions are,
我的问题是,
- Should I pay for using the APNS push service?
- If operator want to sent push notification to millions of subscribers, should we pay to Apple or is it absolutely free? If not free, please share the URL where payment details are available.
- Is there any limit for the number of notification sent or the number of subscribers?
- 我应该为使用 APNS 推送服务付费吗?
- 如果运营商要向数百万订阅者发送推送通知,我们应该向Apple付费还是完全免费?如果不是免费的,请分享提供付款详细信息的 URL。
- 发送通知的数量或订阅者的数量是否有限制?
回答by bbarnhart
Apple does not charge a separate fee for utilizing the push notification service.
Apple 不会对使用推送通知服务收取单独的费用。
Your only cost is a server that will be sending the push notifications to Apple. There are third-parties that provide this servers and there is a fee for that.
您唯一的成本是将推送通知发送到 Apple 的服务器。有第三方提供此服务器,并且需要付费。
回答by Mumthezir VP
Answer for your question 1,2 and 3 is: Apple doesn't charge you for APNS -but you have to maintain a server for pushing.
您的问题 1,2 和 3 的答案是: Apple 不会向您收取 APNS 费用 -但您必须维护一个服务器来进行推送。
Try these third parties for pushing,
试试这些第三方的推送,
- PushWizard (https://pushwizard.com), a free and unlimited push service.
- PushWizard ( https://pushwizard.com),一种免费且无限制的推送服务。
It can send 250 million push messages / hourand PushWizard is free for unlimited devices,while other services can be very expensive if you have more, than 1 million users to reach at least ONCE per month.
它可以发送 2.5 亿条推送消息/小时,而且 PushWizard 对无限设备是免费的,而如果您有超过 100 万用户每月至少访问一次,则其他服务可能非常昂贵。
- Monopush (http://www.monopush.com), which provides a RESTful API and a lot of free push alerts up-front to handle the server infrastructure for you.
- Monopush ( http://www.monopush.com),它提供了一个 RESTful API 和许多免费的预先推送警报来为您处理服务器基础设施。
You need just copy and paste a few line codes to inside of your application and then magic will be started. After that you can start to watch, analyze, categorizeyour clients and you can send push messages to them as well as resource messages.
您只需将几行代码复制并粘贴到您的应用程序内部,然后魔术就会开始。之后您就可以开始观看、分析、分类您的客户,您可以向他们发送推送消息以及资源消息。
回答by madLokesh
Plz refer the following
请参考以下
APNS is a free service. However, you need to maintain a server to send Push Messages.
There are many online servers which provide you free push services [for limited pushes/users/devices]. They do have plans depending upon the needs of client. Following are the few ones:
a.
ParseParse not available anymore. It is now acquired by Facebook. Read More Hereb. PushWizard
c. Xtify
d. SetUp your own push server- this tutroial comprise of complete end to end steps of how to send push messages to iOS Devices.
APNS 是一项免费服务。但是,您需要维护一个服务器来发送推送消息。
有许多在线服务器为您提供免费推送服务 [针对有限的推送/用户/设备]。他们确实根据客户的需求制定了计划。以下是几个:
一种。
ParseParse 不再可用。现在被 Facebook 收购。在这里阅读更多湾 推送向导
C。Xtify
d. 设置您自己的推送服务器- 本教程包括如何向 iOS 设备发送推送消息的完整端到端步骤。
Hope this helps !!!
希望这可以帮助 !!!
回答by Orr
As mentioned above, Apple does not charge for the APNSHowever, you need to maintain a 3rd party server for that, and sending notifications to millions of devices would require a lot of work from you. There are some very good industrial solutions for iOS push notifications service that use APNS:
如上所述,Apple 不会对 APNS 收费。但是,您需要为此维护一个 3rd 方服务器,向数百万台设备发送通知需要您做大量工作。对于使用 APNS 的 iOS 推送通知服务,有一些非常好的工业解决方案:
- PushApps- free for 1M notifications per month, and unlimited notifications for 19.99 per month - here is the documentation
- Urban Airship- free up to 1M notifications per month, afterwards you are charged per 1000 notifications
- PushWoosh- free for 1M devices, premium plans are from 39 EURO
- PushApps- 每月 100 万条通知免费,每月 19.99 条通知无限制 -这是文档
- Urban Airship- 每月最多免费 100 万条通知,之后每 1000 条通知收费
- PushWoosh- 100 万台设备免费,高级计划起价 39 欧元
Diclaimer- I work in PushAppsand also use their product in my applications for over a year now.
免责声明- 我在PushApps工作并且在我的应用程序中使用他们的产品已经一年多了。
回答by ipet
Although push notifications are usually send from 'servers', it is notnecessary to own a server or to pay a service. Instead it is also possible to send pushes from your personal computer or mobile device. Especially for testing purposes, this is very useful. Try:
虽然推送通知通常是从“服务器”发送的,但没有必要拥有服务器或支付服务费用。相反,也可以从您的个人计算机或移动设备发送推送。特别是对于测试目的,这非常有用。尝试: