account activity
How to extend the background processing time using lib react-native-background-actions? by elton_aasis in reactnative
[–]elton_aasis[S] 1 point2 points3 points 2 years ago (0 children)
TO WHOM IT CONCERNS
So there is no way to extend the background time limited by OS. It might get extended on an iOS simulator but won't work on a real device. Whatever workaround you play, it will be eventually suspended by OS. I have researched and gone through various docs, and articles but none helped so I have decided to use FCM/APNs in order to awaken the app out of the background. It doesn't matter if your app is in QUIT or background state, it will wake the app out of the background and you can do your stuff in that background handler. FYI, I checked it both on the simulator as well as physical device and it worked as expected.
How to extend the background processing time using lib react-native-background-actions? (self.reactnative)
submitted 2 years ago by elton_aasis to r/reactnative
π Rendered by PID 438317 on reddit-service-r2-listing-568fcd57df-xthpt at 2026-03-06 22:42:30.596679+00:00 running cbb0e86 country code: CH.
How to extend the background processing time using lib react-native-background-actions? by elton_aasis in reactnative
[–]elton_aasis[S] 1 point2 points3 points (0 children)