vikeri / react-native-background-job

Schedule background jobs in React Native that run your JavaScript when your app is in the background/killed.
MIT License
747 stars 108 forks source link

Bacground Job is not working in case of xioami devices #91

Closed Tanumay92 closed 6 years ago

Tanumay92 commented 6 years ago

In all devices its atleast working. But for xioami dvices its not working properly at all. Any solution??

vikeri commented 6 years ago

I have tested it on Xiaomi and it worked. I'd need some more info of what doesn't work to be able to work on this one. Closing for now.

MahmoudElmoghazy commented 6 years ago

In Xiaomi phones you will found in settings options that execute all background service close this option and it will work fine

vikeri commented 5 years ago

@MahmoudElmoghazy Thanks for that. Would you mind adding that as an entry to the Troubleshooting part of the README and submitting a pull request? Would be splendid. I don't have a Xiaomi phone atm to test on unfortunately so I can't write the guide.