[Google SignIn] Simple implementation of Google SignIn
I have working code.. I just need to do some cleaning up and document it :-)
2 years later.. not sure why this was shelved for so long, however the changes in Delphi 11 for Android are going to make it far easier. More in the next week or so..
OK.. I have code, however the iOS part has been updated to align with GoogleSignIn 2.0.0, and is throwing an AV.
Just FYI: Still having trouble resolving the issue on iOS 👎
Are you still struggling to get it working on iOS? I tested it on Android, and it works great (although I found out there is an additional step to be done if a new project was opened, which is filling in the OAuth consent screen). On iOS though, after the following is executed:
{DW.GoogleSignIn.iOS:143}
FSignin.signInWithConfiguration(LConfiguration, TiOSHelper.SharedApplication.keyWindow.rootViewController, SignInCallback);
I get this exception:
Project GoogleSignInDemo12 raised exception class EArgumentNilException with message 'Handled null exception'.
I get the same exception - still unable to work out why :-(