Skip to content Skip to sidebar Skip to footer

Android:google Login Api And Facebook Log In Api Cannot Use In App Apk

I link this 2 log in api with my app and it is already done in debug mode(connect my phone with my computer and press run). When I build apk and put it to my phone and run , it do

Solution 1:

Here is the answer for why you can't see the Google Map.

I recently Upload the APK on Google Play store and I faced the same issue after checking the Play Console I found the solution for this problem.

Their is no problem with your key but the problem is with your SHA-1. You signed your APK with your SHA-1 that is fine and then upload the APK it also fine.

But as per the new update for Play Console when you signed your APK with SHA-1 and upload the APK it only signed by you but as per the new update it is also signed by Google Play for more security. Have a look here some part of Google Play section:

With Google Play App Signing: You sign your app with your upload key. Then, Google verifies and removes the upload key signature. Finally, Google re-signs the app with the original app signing key you provided and delivers your app to the user.

You can refer Documentation here.

Now, The Answer of your question is After successfully upload the APK you can see that in the section with Two SHA-1 the 1st SHA-1 is Google created its own and 2nd SHA-1 is its yours.

So just copy the Google SHA-1 and paste it to your console where you generate the Google Map API Key.

How to create a keystore? You can refer this.

Post a Comment for "Android:google Login Api And Facebook Log In Api Cannot Use In App Apk"