Create a Client ID of Google OAuth 2.0 for Installed application on Android, it needs to run the Keytool command to generate the signing certificate's SHA-1 fingerprint first.
https://developers.google.com/console/help/#installed_applications
So what's the "path-to-debug-or-production-keystore" for B4A?
Any help will be appreciate it.
https://developers.google.com/console/help/#installed_applications
So what's the "path-to-debug-or-production-keystore" for B4A?
B4X:
keytool -exportcert -alias androiddebugkey -keystore path-to-debug-or-production-keystore -list -v
Any help will be appreciate it.