roblav96 / nativescript-onesignal

A Nativescript plugin that wraps the iOS and Android OneSignal Push Notifications SDK.
https://documentation.onesignal.com/docs/getting-started
Other
24 stars 42 forks source link

Android 8.0 - no push notification #25

Closed fabio87dea closed 6 years ago

fabio87dea commented 6 years ago

With Android 8.0 doesn't working the push notification

Ericky14 commented 6 years ago

Any update on this issue?

jkasten2 commented 6 years ago

@fabio87dea I recommend providing more details such as build errors and logcat entires related to the issue to help debug.

Ericky14 commented 6 years ago

@jkasten2 For me, there's no build errors. It simply doesn't work with android 8.0.

I believe it might be an issue with dependencies. On the OneSignal dashboard, the android 8.0 users have a warning saying "Outdated Android Support Library". But I have no idea which libraries are outdated and how to add them to my project. I tried adding all the ones I could find using methods such as

dependencies {
  implementation "com.android.support:..."
}

But it still did not work for me.

thematan commented 6 years ago

Oreo introduced new notifications API. you should prepare for it. here are some docs: one signal android categories

jkasten2 commented 6 years ago

This SDK has been updated to support Android Oreo (8.0). Please open a new issue if there is anything related to Oreo you are still seeing.