Is there a way to get access to native android notifications from Ionic App by asking for Notification Access Permission?
Asked
Active
Viewed 346 times
0
-
http://stackoverflow.com/questions/37294076/push-notifications-gcm-permission-at-runtime – Sagar Kulkarni Apr 26 '17 at 07:20
-
But how can I get the permission from Ionic Application? – ANKIT HALDAR Apr 26 '17 at 09:30
-
Did you read the answer? Especially this part : `You don't have to ask for Push Notification permissions` – Sagar Kulkarni Apr 26 '17 at 09:36
-
That's all fine. But, I want to access all the notification from Ionic app. We can do this in Android. – ANKIT HALDAR Apr 27 '17 at 06:46
-
Only giving permission will not work. Did you write some code for this? For the push notification? Like using plugin phonegap-push-plugin? Where are you sending the notification from? GCM/FCM or some other client? – Sagar Kulkarni Apr 27 '17 at 07:11