Description
I've created a Unity project with this plugin added, and regardless of running the sample or unpacking the unitypackage into my own project, I receive the following error when attempting to resolve dependencies on Android:
Resolution failed: Failed to fetch the following dependencies:
com.google.signin:google-signin-support:1+@aar
The project does build an APK, but running the app on the physical hardware and pressing the "Sign in with Google" button results in the following exception:
DllNotFoundException: native-googlesignin
at (wrapper managed-to-native) Google.Impl.GoogleSignInImpl:GoogleSignIn_Create (intptr)
at Google.Impl.GoogleSignInImpl..ctor (Google.GoogleSignInConfiguration configuration) [0x00000] in :0
at Google.GoogleSignIn.get_DefaultInstance () [0x00000] in :0
at LoginController.OnSignIn () [0x00000] in :0
Is there a way for me to manually resolve the dependency?
On the bright side, I've built the IOS version and can confirm the login button works beautifully.
Thanks in advance.