Error status 10: sign In works in Dev but not from Google Play Store
Hello, this module works fine for us in development, and even when we sign in for Google Play release. But the problem is when the app is downloaded from Google Play, it doesnt work.
We use this module for another app as well, and on that app it works well. I have followed all steps necessary from this tutorial, added the SHA1 from both keystore files.
And since it works fine in the development app, it means that our Google Client ID is correct(?)
However, we received this error from the "error" callback:
[INFO] : {"type":"error","source":{"apiName":"Ti.Module","bubbleParent":true,"invocationAPIs":[],"_events":{"login":{},"error":{}}},"message":null,"status":10,"success":false,"bubbles":false,"cancelBubble":false}
Not sure what to do with it, it doesnt give us any information what goes wrong.