coolishbee / universal-sdk-unity

The Universal SDK for Unity provides a modern way of implementing Social Login APIs.
45 stars 11 forks source link

AndroidJavaException: java.lang.ClassNotFoundException: com.universal.sdk.unitywrapper.UniversalSDKWrapper #30

Closed YoussefSayed34 closed 8 months ago

YoussefSayed34 commented 8 months ago

This error happens when i try to call the signin for google

coolishbee commented 8 months ago

Are you activating R8 or Proguard when building?

You can also check it in the Documents and Troubleshooting tabs.

YoussefSayed34 commented 8 months ago

That worked!! Thanks for your help