Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/189.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android sms检索器api 11位哈希在PlayStore应用程序上不起作用_Android_Keystore - Fatal编程技术网

Android sms检索器api 11位哈希在PlayStore应用程序上不起作用

Android sms检索器api 11位哈希在PlayStore应用程序上不起作用,android,keystore,Android,Keystore,我在sms retriever API上工作,它在调试模式下成功工作,当我在发布模式下归档我的应用程序时,它也在那里工作,当我在手机上安装未签名的应用程序时。但几天后,当我尝试我的playstore应用程序时,sms retriever api并没有自动获取代码。我尝试了不同的技术为playstore生成11位数的代码,但没有成功。我甚至从Google Play控制台下载了我的应用程序签名证书,并从中生成了11位代码。der certififcate,但效果并不理想 我使用这个命令来生成11位的

我在sms retriever API上工作,它在调试模式下成功工作,当我在发布模式下归档我的应用程序时,它也在那里工作,当我在手机上安装未签名的应用程序时。但几天后,当我尝试我的playstore应用程序时,sms retriever api并没有自动获取代码。我尝试了不同的技术为playstore生成11位数的代码,但没有成功。我甚至从Google Play控制台下载了我的应用程序签名证书,并从中生成了11位代码。der certififcate,但效果并不理想

我使用这个命令来生成11位的散列

keytool-exportcert-keystore部署| cert.der | xxd-p | tr-d “[:space:”| echo-n com.myapp.abc
cat
| shasum-a 256 | tr-d “[:空格:]-”|xxd-r-p | base64 | cut-c1-11


如果有人有任何其他可能有帮助的解决方案,请与我们分享。

面对同样的问题,您有任何解决方案吗?没有,仍在等待有人回答这个问题post@ZeeshanShakil你有什么解决办法吗?