Custom Apple Push Notification Server vs Urban Airship and likings [closed]

青春壹個敷衍的年華 提交于 2020-01-11 17:30:07

问题


I need to implement the push notifications for one of my projects. Some of the possibilities I evaluated are:

  • building my own APN sending script on the server
  • using Urban Airship

Which one would you guys recommend and why?

NB. I know Urban Airship costs a bit, but assume that the 1 mil free notifications are enough for me.


回答1:


you've kinda answered your own question really haven't you?

the positives of doing it yourself are that you get unlimited for free and probably have more control (although a push notification is a push notification is a push notification... how much control do you really need).

the positives of urban airship are that you save time/effort/resources. You don't have to maintain anything or fix any bugs.

I'm assuming if you send over a million push notifications you can probably monetise your app and thus pay for the service anyway. Remember a million is a huge amount. You can send 100 people 10,000 push notifications.




回答2:


You should also consider Xtify.

Similar to Urban Airship, Xtify will save you time/effort/resources but should you choose to expand to other platforms beyond iPhone such as Android and Blackberry etc. which don't have native push support you can use one API's handle all of your notifications.

Xtify also includes tools to allow you to easily leverage things like location, with your notifications or independently. For example you could configure notifications to automatically be generated based on a users location.

As for price, Xtify gives you unlimited notifications for upto 250k users...

When we did our evaluation, the location data and management tools proved to be a huge differentiator for us.




回答3:


Manic Networks is selling servers, that send notifications to iOS, Android, BB and Microsoft. Best bang for the buck if you ask me.




回答4:


Urban Airship api is simpler compared to your own custom implementation for APNS. You also have advantage of having a single api for all iOS, Android and Blackberry. If clubbed together with their mobile app api, I think they also provide reports. and in case your app becomes very successful later and you want to do your own custom implementation then you can always go back to your implementation.



来源:https://stackoverflow.com/questions/3881799/custom-apple-push-notification-server-vs-urban-airship-and-likings

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!