Radek Mrazek

Results 4 comments of Radek Mrazek

The same problem. PushNotification.configure is in index.js. Working on Android less then 13. Push notifications work when the app is in the foreground. Once it's off or in the background...

this solved my problem: **app/src/main/AndroidManifest.xml** add => **android/app/build.gradle** add=> implementation platform('com.google.firebase:firebase-bom:29.0.1') **android/build.gradle** buildToolsVersion = "30.0.2" minSdkVersion = 23 compileSdkVersion = **33** targetSdkVersion = **33** And check permissions: export const checkAndroidPermissionPostNotifications...

The same problem. PushNotification.configure is in index.js. Working on Android less then 13. Push notifications work when the app is in the foreground. Once it's off or in the background...

Same problem. Any solution for Android?