Giter Site home page Giter Site logo

Comments (4)

Renatinaveen avatar Renatinaveen commented on August 20, 2024

Normally The hash string changes after you the app to playstore so try getting the hash key from the playstore version

from sms_autofill.

Suhrt avatar Suhrt commented on August 20, 2024

I have the same issue. I followed https://developers.google.com/identity/sms-retriever/verify#computing_your_apps_hash_string to get the play store hash key.

Edit: My bad, I was missing a step. It working in production for me

from sms_autofill.

jaumard avatar jaumard commented on August 20, 2024

Working in production for me too, I suppose you should check that the hash is correct for your release build

from sms_autofill.

yash365 avatar yash365 commented on August 20, 2024

Hello @jaumard @Suhrt i followed all the using keytool mentioned here : https://developers.google.com/identity/sms-retriever/verify#computing_your_apps_hash_string.

i got the 11 digit has string but it is not working and getting this output after following command:

Command:
keytool -exportcert -alias PlayDeploymentCert -keystore MyProductionKeys.keystore | xxd -p | tr -d "[:space:]" | echo -n com.example.myapp cat | sha256sum | tr -d "[:space:]-" | xxd -r -p | base64 | cut -c1-11

Output:

Warning:
The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format 
tr: write error

Don't know why "tr: write error" is coming ?

from sms_autofill.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.