My react native app is functioning properly on emulator. But after generating apk version of the app, I could not log in to the app on android device.
What could be the possible solutions ? Please !!!
My react native app is functioning properly on emulator. But after generating apk version of the app, I could not log in to the app on android device.
What could be the possible solutions ? Please !!!
There are two possible situations
1- The API you are hitting is on HTTP
you required HTTPS
instead
you can enable the HTTP
support as well check the link for details
How to allow all Network connection types HTTP
2- Android is blocking the API request for some reason change the device to test