Cannot generate correct facebook key hash for release apk?

青春壹個敷衍的年華 提交于 2019-12-11 19:16:11

问题


Steps that I've tried, 1) Generated the keyhash (although i got a warning/error as "keytool: command not found") from the official developer documentation.(keytool -exportcert -alias YOUR_RELEASE_KEY_ALIAS -keystore YOUR_RELEASE_KEY_PATH | openssl sha1 -binary | openssl base64)

2)Also tried the the keyhash shown in the error message while signing in.

Still, none of the above keyhashes worked, interesting i was successfully able to signin to facebook in my debug version. Please Help

来源:https://stackoverflow.com/questions/55229354/cannot-generate-correct-facebook-key-hash-for-release-apk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!