-
Notifications
You must be signed in to change notification settings - Fork 681
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 8 Support #698
Comments
what is your build target SDK? android 8? |
Hi I use 26.0.0 for android 8 |
might have to do with new SDK broadcasting limitation. |
try change your target SDK to be 25. UPDATE |
well I've figured how to bridge the new change, but can't upgrade Any help to solve this problem is welcome. |
I use latest version of react-native-fcm so thanks for update |
I successfully built and ran the sdk-26 branch and verified it on two images (SDK 25 and 27, before and after the API changes to ensure compatibility), after making some small fixes (#726). I didn’t see any crashes. |
@haggholm Have you tried to use it together with other packages that uses firebase SDK like react-native-firebase? any resolution challenge? |
No, I don’t think the application uses Firebase except for this. |
@haggholm so the example project works for you? |
@evollu I haven’t tried the example project—I’ll find a moment to do so, but when I was trying things out, I was somewhat urgently trying to get our own product running! |
@haggholm if you want to target sdk 26 now you can use this |
@evollu I've used |
@dashracer did you register your notification channel? |
i'am register channel in my app, but notification in android 8 in galaxy s8 not work. @evollu |
i'm send push use PHP |
@chanramadhan have you set default notification channel for firebase notifications? |
@evollu i set High in my notification channel but not work in android 8 (Galaxy S8), can you help me? |
@chanramadhan are you talking about remote notificaiton? if so, do you have this? |
@evollu yes, i have this in my androidmanifest. but not work in android 8 |
The below solution worked for me!
|
"FIXED" { |
Thanks @kaytee319, for some reason this advice you just gave is extremely hard to find elsewhere on the interwebs! |
Hey! |
Yes @wmonecke |
for Android 5 & 6 it's working fine but for Android 8 Device I cann't get any notification
The text was updated successfully, but these errors were encountered: