Skip to content Skip to sidebar Skip to footer

Release, Debug Version And Authorization Google?

Here I downloaded the source code (tutorial from Google) authorization via Google. If you run a debug version everything works as planned. But if you install and run the release ve

Solution 1:

It looks like few months since this question asked but I will Answer It anyway If anyone ran in to same problem

You have to find SHA1 code for Release Key & enter it on your Developer Console. ( for me developer console is firebase some people might use different services) To find SHA1 Code . easy way is

Go to Build --- Select Build Variant -- On the left Side Select "Release" as build variant -- now go to module settings ( or try to run project , android studio will tell you about a error and click fix error button) --- Select Signing tab --- add your release key and passwords -- now goto build types -- select release -- on signing config select your release key config -- now run your project -- now run your signing report --- you can find SHA1 under release build -- enter that sha1 code on your developer console

Post a Comment for "Release, Debug Version And Authorization Google?"