-
-
Notifications
You must be signed in to change notification settings - Fork 122
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 SignIn] Simple implementation of Google SignIn #54
Comments
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:
|
I get the same exception - still unable to work out why :-( |
Tried adding on ios, in 11.3 there are inconsistencies in Kastri-master\Features\GoogleSignIn\DW.GoogleSignIn.iOS.pas. |
What are the inconsistencies?
Unfortunately no, but thanks for the reminder - I'll have another look, and see if I can find some help with it |
I've pushed an update so that it will at least compile. I expect I had not checked it in because I've been unable to make it work. |
Some news: I discovered that the import was incorrect for the version of the Google SignIn framework that was being used. It now no longer crashes, but it also does not show the SignIn prompt. The code has not been checked in yet - I may do so even if I'm unable to get it working, in case someone else can. |
I have working code.. I just need to do some cleaning up and document it :-)
The text was updated successfully, but these errors were encountered: