
You will need a Java generated signing key which is a keystore file used to generate a React Native executable binary for Android. If everything compiles as expected you are good to go. That means, it is compiling and running successfully on the emulator or on an Android device Thus, open the Android project using Android Studio or run it from the command line. Using React Native CLIįirst of all, make sure your Android project is error free. There are two ways to generate a production-ready build for Android, so we are presenting both of them below. We are documenting our learnings in this React Native tutorial, to help mobile developers ship their Android apps to production more quickly. In this tutorial, we are going to learn how to generate a React Native Release Build APK for Android, using both React Native CLI and Android Studio IDE.Īt Instamobile, we launched all of our React Native Templates to production (Google Play Store demos), so we are familiar with the process as well as the errors that might show up when generating a React Native Release Build APK for Android. Been stuck at it for days.React Native developers are often in the situation of releasing their React Native apps to the Google Play Store so that Android users can download them. Where should I be looking to fix this? What possibly is going wrong here ? While on the third device google is interactable and authenticates while facbook isn’t interactable.

However login and play as guest are consistently not interactable. UPDATE: On one device both Google and Facebook icons are interactable and google successfully authenticates, but on another device even though google is interactable, it’s not able to authenticate, while facebook isn’t interactable at all. I get different outcomes on different devices… Atleast if they were clickable/ interactable, I would have thought it’s happening because of the code or cross checked my functions. None of my other buttons work (Log in, Play as a guest, Facebook), well they don’t even interact like buttons anymore. THE PROBLEM (persists only on an android device): When It’s clicked it logs into my google play games id and Sign up i.e creating a new account. However on my android device, only the google authentication button works i.e the google icon. Apple authentication is yet to be executed. Logging in with PLAYFAB credentials, Signing Up, Google authentication and Facebook authentication and Guest Login using the device id. So I have implemented all of the features that are displayed on the Sign In screen. The problem :Login Authentication UI works perfectly on Unity Editor, but doesn’t work on an android device.

But hope someone have some kind of expertise.

I have had an issue with building an apk, which isn’t necessarily related to this tutorial.
