Open vhk opened 9 years ago
I have the very same issue. After some digging and checking adb logs I found, that it hangs on execution of GameHelper.beginUserInitiatedSignIn() with the log "beginUserInitiatedSignIn() called when already connecting".
There is probably a race somewhere, or maybe a callback not called. Nevertheless, library keeps hanging and waiting for a onConnected() callback to be called (I guess).
kedrzu, https://github.com/kedrzu Did you solve this issue?
i have an app with this plugin. Everythings works fine, thanx except some special cases :
With 'hangs' i mean that the function Success or function Fail is not called! My app is still working, exept no reaction when calling google play services.
Since i'm not an expert, i cannot find the reason. Do i miss something here. Anyone an idea?
regards