Cross platform push notification

Do you need to add a cross platform push notification system to your App ? Do you want to make it as generic as possible without having to implement specific versions for each platform ?

You have, at least, 4 possibilities to do so:

  • AMAZON Simple Notification Service (SNS)
  • Push Woosh
  • QuickBlox
  • BoxCar

AMAZON Simple Notification Service (SNS)
info: https://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html?tag=viglink20301-20
pricing: https://aws.amazon.com/it/sns/pricing/

PUSH WOOSH
info: https://www.pushwoosh.com/
info: http://docs.pushwoosh.com/docs/send-push
info: http://docs.pushwoosh.com/docs/cordova-phonegap
pricing: https://www.pushwoosh.com/pricing/

QUICKBLOX
info: http://quickblox.com/developers/QuickBlox_Developers
info: http://quickblox.com/developers/How_to_add_push_notifications_to_your_application
info: http://quickblox.com/developers/Javascript
info: http://quickblox.com/developers/Messages
pricing: http://quickblox.com/plans/

BOXCAR
info: https://boxcar.io/
info: http://developer.boxcar.io/
pricing: https://boxcar.io/developer

Leave a comment