-
Notifications
You must be signed in to change notification settings - Fork 966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google play serices doesn't call authentificate function #3310
Labels
Comments
This is my code I using in
using System; public class playGamesManager : MonoBehaviour
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have the following code:
`
in editor the text says failure, but after build in android it doesn't even say failure. Google play services are set up correct. I don't use any minyfication or others sings
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Just to login or report failure
Observed behavior
It doesn't even call the authentificate function
Versions
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: