Closed NathanWalker closed 6 years ago
Turns out this was simply related to Proguard setup. The entries needed to be like this instead:
-keep,includedescriptorclasses public class net.gotev.uploadservice.** { *; }
-keep,includedescriptorclasses public interface net.gotev.uploadservice.** { *; }
-keep,includedescriptorclasses public enum net.gotev.uploadservice.** { *; }
🎉
This plugin works great on iOS, love it and thank you! However I'm running into an issue on Android:
We use proguard in our app with the following specified:
Our
tns info
:Curious if anything jumps out we could try or if others have also run into this and some possible solutions?
/cc @vakrilov @NathanaelA @NickIliev @hdeshev