-
Notifications
You must be signed in to change notification settings - Fork 341
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 starts uploading and then nothing #351
Comments
Same problem. It is ok on ios, but nothing happened on android. No error. No log. Just nothing. |
Did you try setting breakpoints to debug the issue? |
Have got same problem. In my case It is fixed by adding this to your ProGuard configuration (proguard-rules.pro) : It mentioned in README.md but not in title project page. |
@zvitek same problem, were you able to solve the issue? |
i updated the build.gradle file of the react native background upload package with the following changes mentioned in the URL and it worked |
Hi, have you encountered similar behavior on Android?
I select a file to send for upload.
I get back the promise and the uploadId. But that's all. No event with process is called anymore.
The problem is only on the Android side.
For API level 30, the problem described above occurs.
For API level 34, the whole application crashes.
Thanks a lot!
react-native-background-upload: 6.6.0
react-native: 0.73.6
The text was updated successfully, but these errors were encountered: