Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android notification does not appear in the android device notification center if the android:targetSdkVersion="26" #69

Open
mg4u opened this issue Sep 11, 2018 · 2 comments

Comments

@mg4u
Copy link

mg4u commented Sep 11, 2018

Hi,
I develop an application using ti sdk-version=7.2.0 and everything works fine.
But if I set android:targetSdkVersion="26" in the tiapp.xml android section, the notification does not appear in the device notification center.
<uses-sdk android:minSdkVersion="20" android:targetSdkVersion="26"/>

Note that the notification appears in the log

var gcm = require("nl.vanvianen.android.gcm");
function callback(e) {
    console.log("callback notification=> \n "+JSON.stringify(e)) // <<<<<< DISPLAY THE NOTIFICATION
}
[........]

Is the issue about setting channel?, if so how can I set the channel?
Any help will be appreciated.

@fabiomlferreira
Copy link

Did you solve that?

@Roytouz
Copy link

Roytouz commented Feb 11, 2019

I have that problem too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants