Open zvitek opened 6 months ago
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) :
-keep class net.gotev.uploadservice.** { *; }
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