Ionic push notification service goes into alpha

I am quite a fan of the Ionic Framework and have already used it several times for some of my projects (including a Contract Management mobile app for Android and iOS). Also, in my mobile apps I’ve been using the Push Notification plugin that works with the Google Cloud Messagin API. It’s not a hugely complicated thing to use, but apparently the Ionic team has rolled out its own Ionic push service which is currently in Alpha testing.

What is Ionic push notification

With Ionic Push you can create targeted push notifications through a simple dashboard application. Notifications are sent automatically to users matching a specific criteria, and offers a simple API to send push notifications from your own servers. Both iOS and Android devices are supported.

How to use the Ionic push notification service

Call $ionicpush.register and you are ready

To use the new Ionic push notification service you only need to follow 3 steps:

While in Alpha the Ionic push notification service will be 100%. After it goes into production, it will still be free for limited usage and commercial for extra usage.

Alternatives to the Ionic push notification service

If you are looking to implementing notifications in your mobile apps you should look into this Cordova plugin. Depending on the platform you want to deploy you will have to use the platform specific push notification service:

Also, you will have to have your own server side implementation that keeps track of the registered devices and sends the notifications via the respective service.

John Negoita

View posts by John Negoita
I'm a Java programmer, been into programming since 1999 and having tons of fun with it.

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top