DelphiWorlds
DelphiWorlds
> How do you compute hash within the app? As per my earlier comment: > The code to call (as per code in Unit1 of the attached demo) is: `SMSRetriever.GetApplicationHash`...
I doubt this error is related to the project itself. It does not have any special components in it, or anything
I expect you did not change the reference for `dw-fusedlocation.jar` to `dw-fusedlocation-3.0.0.jar`, however I have added group and project files for Delphi 12.x with all the necessary configuration, and updated...
It's because of a [change to the build process in Delphi 12.1](https://github.com/DelphiWorlds/Kastri/issues/220). The [readme has been updated](https://github.com/DelphiWorlds/Kastri/blob/master/Demos/GoogleSignIn/Readme.md#build-eventandroid-manifest) to add instructions on how to manually modify `AndroidManifest.template.xml`
Error 10 is almost certainly an incorrect SHA1 signature value in your project configuration in Firebase Console. As per the demo readme, you need to create a SHA1 signature for...
I'm having the same issue now. Something might have changed in the requirements. Looking into it...
That link is related to signing in with web applications, however it has alerted me to this regarding migrating from Google SignIn to Google Identity Services: https://developers.google.com/identity/android-credential-manager I'm still looking...
I managed to get mine working again.. I expect it was because on the OAuth 2 Consent page, I had changed it to "Production". Switching it back to "Testing" seems...
Which scopes did they suggest you add?
> My OAuth consent screen is already verified. Your app is listed as being in production - are you assigning a SHA-1 signature that is from the keystore you use...