Closed chmiiller closed 7 years ago
Hi, in new version 1.0.7 the signout process asks by client and escapes in case of null
Gonna test it and let you know! Thanks!
Not fixed yet 😞 Still the same. Tested with 1.0.7 and 1.1.2
Fixed on 1.1.3: https://github.com/AppWerft/Ti.GoogleSignIn/releases/tag/1.1.3
When trying to signOut in the same activity I'm receiving this error:
With what I've found on Stack Overflow seems to be a problem with
GoogleApiClient googleApiClient
not found on the signOut method. Do you have any idea on how to solve it? I've tried to make it static, but it also doesn't seem to work.Thanks!