react-native-background-actions
react-native-background-actions copied to clipboard
App is crashing when targeting to Android version 15+
Notifications shows but the task function is never called.Please fix this issue bro
Facing same issue...any solution?
@Rapsssito Please help to fix this issue . It's been 3 days bro.
Try to add below permission in your AndroidManifest.xml file (if not exists already*)
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
This patch may help you @SurajMohanty02 @wajicoder. I'm using for Location. Android document react-native-background-actions+4.0.1.patch