Rapsssito / react-native-background-actions

React Native background service library for running background tasks forever in Android & iOS.
MIT License
818 stars 117 forks source link

Background task runs in android even if the app is closed but not in iOS. #189

Open Irfanwani opened 1 year ago

Irfanwani commented 1 year ago

How to run the background task even if the app is closed on iOS.

mohammadrajabraza commented 1 year ago

Hey @Irfanwani, found this on the documentation. I hope this will might help.

Screenshot 2023-07-26 at 1 42 17 PM
arifrohmanhakim commented 1 year ago

Hi, @Irfanwani Could you provide me with an example code, please? I've attempted it, but I'm facing issues on both Android and iOS.

The 'veryIntensiveTask' doesn't seem to be triggering, and the notifications aren't appearing either

Irfanwani commented 1 year ago

I just tried the basic code provided in the readme of this package and that worked for me for android but not for ios

weloli6991 commented 1 year ago

@Rapsssito any updates?

poulimainfotech commented 11 months ago

any updates for ios ?

Qurat-ul-ainn commented 7 months ago

How to run the background task even if the app is closed on iOS.

did u resove it?