GoogleClientPlugin icon indicating copy to clipboard operation
GoogleClientPlugin copied to clipboard

Google Client Plugin for Xamarin iOS and Android

Results 23 GoogleClientPlugin issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Yes. So I have a project where user can link their Google Account to save their data to Google Calendar,...

While the pop-up is showing and working fine into Android simulator, it is not showing into Android real device. The screen becomes a bit dark and nothing happens for a...

**Describe the bug** After lunching the app and instantiating the app it returns a null as result. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click...

Downloaded the sample, it works... Trying to move to Xamarin.Forms, google.json is OK, the Debug SHA-1 key is added. According to the SocialMediaAuthenticationSample, I have my userLoginDelegate, the _googleService.LoginAsync() is...

When trying to build an Android app with the linker enabled, I am getting a linker error: ``` Severity Code Description Project File Line Suppression State Error Mono.Linker.MarkException: Error processing...

Sometimes OnSignInFailed throws a NullReferenceException. ``` Fatal Exception: NullReferenceException: Object reference not set to an instance of an object. at GoogleClient.OnSignInFailed (ApiException apiException) [0x00398] in :0(GoogleClient.cs) at Plugin.GoogleClient.OnComplete (Task task)...

I try to run code sample but not really success. It only return Id Token and Scopes: oauth2. Please help!. ![image](https://user-images.githubusercontent.com/67401001/142725279-454a3dd3-c4d8-48a6-9c3c-69c9373b27ad.png)

Google Sign in was not working anymore on Android, turns out there is a regression in Xamarin.GooglePlayServices.Auth [https://developercommunity.visualstudio.com/t/visual-studio-android-googleplayservices-linking-e/1559747](https://developercommunity.visualstudio.com/t/visual-studio-android-googleplayservices-linking-e/1559747) The solution for now is to use Xamarin.GooglePlayServices.Auth version 119.0.0

The CrossGoogleClient.Current.IdToken is null. I followed the documentation and initialized the plugin `GoogleClientManager.Initialize(this, "client_id", "client_id"); `with client id but nothing change. Thank you very much