Enable Remote Access for Native Application Beyond Local Network
0
I have developed a native application and generated its APK file. At present, the application only functions when both the device and the server are connected to the same local network. My goal is to make the application accessible over the internet so that users from different locations can use it without being on the same network. How to achieve this can anyone suggest?