Reputation: 127
I am using pushwoosh plugin for pushnotification in my cordova phonegap application. Actually the issue is that notifications are not coming in the Android O devices.
Cordova Android Platform is :: 4.1.1 Pushwoosh Plugin version :: 6.3.0
can you please help me out to solve this issue.
Android 8 is using Notification channel, so how to implement channel code in pushwoosh.
Upvotes: 0
Views: 953
Reputation: 228
Use Cordova Firebase Plugin. Its very simple to use. If you want to use this plugin visit https://github.com/arnesson/cordova-plugin-firebase
And check this video for tutorial https://www.youtube.com/watch?v=DvRGNrGpI_A
Upvotes: 0