Enable push notification in the app

Hi,

I’m currently working on an Ionic project that need to let the use enable Push Notification in the app. So at some point in the sign up process, we ask user if he/she want to received notifications with a “No thanks” and “Yes please” button.

When clicking on the “Yes please” button, it need to open a native confirmation popup like “appname” Would like to send you notifications…

Is there any tutorial or plugin that can achieve that with Ionic?

Thanks

HI,
The below link is for android ionic push notification official documentation . Go through the ionic docs for both IOS and android push notifications .

You can also use this https://github.com/phonegap-build/PushPlugin which is easier to implement .