Closed siddharthpvi closed 3 years ago
Hi there! Can you please include your package.json, and details on your testing environment regarding what device model and Android version is in use for the debug and release tests? You may be able to learn more from using adb logcat also, unfiltered
@mikehardy Same for me. Notifications work fine on the android simulators and on iPhone devices but they do not appear on android devices. I've followed the installation instructions and am using the latest notifee version, 2.0.0.
@siddharthpvi did you find a fix here?
I'm going to have to try some more tests, at least for me right now in my dev app environment I'm popping up notifee notifications
@mikehardy - is this on a real device or a simulator?
Real device. OnePlus 6T android 11
@princefishthrower @siddharthpvi did you set up your license key in the app (https://notifee.app/react-native/docs/license-keys)?
Oh sorry for the spam but for the avoidance of doubt it is a full release build
Could you try the latest release(v3.0.0)?
@mikehardy @helenaford - the cause was likely the licensing issue @helenaford mentioned. For now we are going with an (admittedly less feature) solution with react-native-notifications
.
@princefishthrower thanks for letting us know what the source of the bug was. Will close this.
I am scheduling local notification. It works in when use react-native run-android but when i make android release build at that time local notification is not firing.
I have already spent 2 days and finally decided to raise issue here.
Hope i will get the right answer in quick time.
Thanks