-
Notifications
You must be signed in to change notification settings - Fork 111
Not working on Android 8.0+ #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same to me. I have extensively tested. It does not work on Android 8.0+.
|
same error is occurring in my app. plz tell me any solution. |
@anshumanburman eventually for android we've switched to https://github.com/vikeri/react-native-background-job |
The library react-native-background-job works only on Android at the moment. |
For those of you still looking for a solution, it seems (according to their README) that https://github.com/transistorsoft/react-native-background-fetch now supports both Android and iOS with a common API, i.e. exactly like this package does. |
I'm facing the same issue that's mentioned on this bug report: #34
Then nothing happens - my actual task is never called after this point. Any idea how can I resolve this? Obviously setting targetSdk to 25 is not a valid solution anymore since Google requires us to use 26.
The text was updated successfully, but these errors were encountered: