Hello
During the development everything went fine, but when in the production got an error while login
It say DEVELOPER ERROR
react native: 0.47
platform: Android
Facing same issue in production any solution for this?
read the android guide https://github.com/devfd/react-native-google-signin/blob/master/android-guide.md
@g33ktony I've read the documentation and follow all the instructions given. But still doesn't work.
Meanwhile I do realize that this only happen after I upload in Google Play Store. I did try install manually the release apk in my phone and it worked flawlessly
This really give me a headache
Me too !
@irsyadmhdilham I solved it by following this answer https://stackoverflow.com/a/46150573/8511248
You problem may be caused by the feature called Google Play App Signing. By this feature, Google will resign your app with its own key before publishing. There are two ways to solve this problem.
@haxxpop is the correct one. You can add as many fingerprints as you need one of them is bound to fix the issue.
In an effort to clean the issues up, this is being closed. Please open a new issue with a reproduction if you're still experiencing a problem.
Most helpful comment
@irsyadmhdilham I solved it by following this answer https://stackoverflow.com/a/46150573/8511248
You problem may be caused by the feature called Google Play App Signing. By this feature, Google will resign your app with its own key before publishing. There are two ways to solve this problem.