-
Notifications
You must be signed in to change notification settings - Fork 259
Ensure that the AuthCode gets set correctly. #7
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
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
I signed it! |
CLAs look good, thanks! |
Great Catch! thanks! |
Ensure that the AuthCode gets set correctly. Change-Id: Icc29bf695ae993169b70c73ab027a3712fd96eb9
Ensure that the AuthCode gets set correctly.
Ensure that the AuthCode gets set correctly. Change-Id: Icc29bf695ae993169b70c73ab027a3712fd96eb9
Ensure that the AuthCode gets set correctly.
Ensure that the AuthCode gets set correctly. Change-Id: Icc29bf695ae993169b70c73ab027a3712fd96eb9
This fixes a bug where the AuthCode will always be
null
even whenRequestAuthCode
is enabled in the global configuration. Tested in an app built with Unity 2017 on a real iOS device.