kagasu / GooglePlayStoreApi

Google Play Store API for .NET(unofficial)
MIT License
20 stars 6 forks source link

Handle Login Errors in GetGoogleToken #7

Closed ghost closed 4 years ago

ghost commented 4 years ago

Login can sometimes return a detailed error message, which is missed when parameters is returned here: https://github.com/kagasu/GooglePlayStoreApi/blob/master/GooglePlayStoreApi/GooglePlayStoreClient.cs#L93 (Token is not present when error occur)