jamesisaac / react-native-background-task

Periodic background tasks for React Native apps, cross-platform (iOS and Android), which run even when the app is closed.
MIT License
1.1k stars 111 forks source link

Background task not running if not debug remotely #68

Open petixiuxx opened 5 years ago

petixiuxx commented 5 years ago

Hi Author ! I have a weird problem. When I tested the background-task in my app in debug remotely, It worked fine and I got the task done. However, If I didn't turn the debug remotely on or built the app to production, the background-task didn't seem to work screenshot from 2019-03-06 17-48-12 screenshot from 2019-03-06 17-50-06

Thank for your help

Oleksandrrr commented 5 years ago

@petixiuxx did you find a way to solve this problem?

xSmoggeRx commented 5 years ago

I have exactly the same problem. And in iPhone I cannot reach to get a background task trigger that is not from the XCode triggerer.

petixiuxx commented 5 years ago

@Oleksandrrr not yet. So I replace with background job which only works for Android @xSmoggeRx the same for me with IOS devices