SHA-1 fingerprint of keystore certificate

前端 未结 30 3029
长发绾君心
长发绾君心 2020-11-21 23:36

Is the method for getting a SHA-1 fingerprint the same as the method of getting the a fingerprint? Previously, I was running this command:

30条回答
  •  被撕碎了的回忆
    2020-11-21 23:59

    Using Google Play app signing feature & Google APIs integration in your app?

    1. If you are using Google Play App Signing, don't forget that release signing-certificate fingerprint needed for Google API credentials is not the regular upload signing keys (SHA-1) you obtain from your app by this method:

    1. You can obtain your release SHA-1 only from App signing page of your Google Play console as shown below:-

    If you use Google Play app signing, Google re-signs your app. Thats how your signing-certificate fingerprint is given by Google Play App Signing as shown below:

    Read more How to get Release SHA-1 (Signing-certificate fingerprint) if using 'Google Play app signing'

提交回复
热议问题