Notifications work perfectly in iOS and Android 5 installations.
However, in Android 6, notifications only reach the mobile device when application is active.
If application is not started, notifications never reach the device.
In onesignal control panel, notification is delivered, but it is not clicked.
Is there any problem in Android 6?
Is any additional permission for Android 6?
Thank you in advance.
build.settings:
plugins = {
[“plugin.OneSignal”] = {
publisherId = “com.onesignal”,
},
– Omit if you’re using ‘plugin.googleAnalytics’
--[“plugin.google.play.services”] = {
– publisherId = “com.coronalabs”,
– supportedPlatforms = { android=true, [“android-kindle”]=false },
--},
},
androidPermissions = {
“android.permission.INTERNET”,
},