rhishikeshj / Xamarin.GoogleAuth

Cross platform plugin for doing Google Authentication for Xamarin iOS and Android apps
BSD 2-Clause "Simplified" License
8 stars 4 forks source link

Android Issue #2

Closed mmajors closed 7 years ago

mmajors commented 7 years ago

Hello,

I have followed your directions multiple times and I cannot figure out what I am receiving this error:

Unable to find explicit activity class {com.openarc.bunxious/com.google.android.gms.auth.api.signin.internal.SignInHubActivity}; have you declared this activity in your AndroidManifest.xml?

The error is occurring in GoogleAuthAndroid on line 79.

Any help would be appreciated.

Great Library!!!

Thanks, Marc

mmajors commented 7 years ago

Found my issue. My application tag was declared as <Application INSTEAD of <application.

Again, what a great library.

rhishikeshj commented 7 years ago

Hi @mmajors, glad that you are finding use for the GoogleAuth plugin 👍 Regarding the error that you are seeing, I saw the same error when using the latest 42.x.x version of the Google play services components for Xamarin. Shifting to version 32.961.0 solved the issue for me. What version are you using in the app ?