-
Notifications
You must be signed in to change notification settings - Fork 340
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
Android 12: occasionally throws ForegroundServiceStartNotAllowedException #328
Comments
i have the same problem. do we have any news on this? |
I'm having the same issue and the background uploads are stopped/not working. |
Same, I'm testing on Android 13 and this always fails |
Could be related to new Android 12 changes: https://developer.android.com/about/versions/12/behavior-changes-12#performance
|
I am also getting this error occasionally on Android 13. Does anyone have a workaround or patch for this? |
Any Update on this we are also facing same issue? |
As per title, our app is running on Android 12. Occasionally when trying to start an upload there will be a
RuntimeException
with the following stack trace:This exception is not handled by
react-native-background-upload
and an Upload ID is still returned fromstartUpload
. The upload therefore never starts or progresses.From https://github.com/gotev/android-upload-service#features-:
Any advice on how I can get around this issue?
The text was updated successfully, but these errors were encountered: