react-native-background-actions icon indicating copy to clipboard operation
react-native-background-actions copied to clipboard

App is crashing when targeting to Android version 15+

Open SurajMohanty02 opened this issue 3 months ago • 4 comments

Notifications shows but the task function is never called.Please fix this issue bro

SurajMohanty02 avatar Oct 24 '25 06:10 SurajMohanty02

Facing same issue...any solution?

wajicoder avatar Oct 27 '25 06:10 wajicoder

@Rapsssito Please help to fix this issue . It's been 3 days bro.

SurajMohanty02 avatar Oct 27 '25 11:10 SurajMohanty02

Try to add below permission in your AndroidManifest.xml file (if not exists already*)

<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />

VickyA371 avatar Oct 28 '25 14:10 VickyA371

This patch may help you @SurajMohanty02 @wajicoder. I'm using for Location. Android document react-native-background-actions+4.0.1.patch

duongnv1402 avatar Dec 05 '25 09:12 duongnv1402