How to add multiple SHA1 fingerprints to my Android App for testing?

耗尽温柔 提交于 2020-07-08 09:33:24

问题


My Android App already has a SHA1 fingerprint on Google developers console generated by another developer some time back. Now, I am debugging Google Sign-in bug in the App and it turns out that Google Sign in uses the default SHA-1 found in .android/debug.keystore to make a request in the OAuth authentication process. And I had generated a new debug key yesterday because after all it is debug.

How do I add or incorporate this new debug key to Google's developer console to make a successful Sign in request?(I don't want to replace the old key)


回答1:


Go to Google Cloud Platform Console or Firebase. You'll find the project there. Click on the project and you'll get into the dashboard of the same. In the bottom of the dashboard there'll be SHA key. Click add key and add the new key there. The Google Services which you have used in the app will run fine now.



来源:https://stackoverflow.com/questions/45396575/how-to-add-multiple-sha1-fingerprints-to-my-android-app-for-testing

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