Kastri icon indicating copy to clipboard operation
Kastri copied to clipboard

[Google SignIn] Simple implementation of Google SignIn

Open DelphiWorlds opened this issue 4 years ago • 10 comments

I have working code.. I just need to do some cleaning up and document it :-)

DelphiWorlds avatar Jul 29 '21 08:07 DelphiWorlds

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..

DelphiWorlds avatar Jun 12 '23 05:06 DelphiWorlds

OK.. I have code, however the iOS part has been updated to align with GoogleSignIn 2.0.0, and is throwing an AV.

DelphiWorlds avatar Jun 18 '23 08:06 DelphiWorlds

Just FYI: Still having trouble resolving the issue on iOS 👎

DelphiWorlds avatar Nov 09 '23 22:11 DelphiWorlds

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'.

havrlisan avatar Feb 06 '24 08:02 havrlisan

I get the same exception - still unable to work out why :-(

DelphiWorlds avatar Feb 06 '24 10:02 DelphiWorlds