0
I have an application (Android/iOS) that runs on a local wifi network (which has no internet).
Because this wifi network does not have internet, the devices prioritize 3G/ 4G, and so my application (local API) ends up not working.
I tried to find if there was any way to programmatically disable the mobile data of the device, but without success because Google and Apple do not allow this.
Today, as an alternative, I just show a button for the user to enter the device settings, which I find a good solution, but not the best in my case, because my target audience are old people who have many difficulties in operating the device.
What I’d like is for you to somehow not have to go into your device settings. I know my scenario is complicated, but is there any alternative?
Note: It is mandatory the wifi network does not have internet, most of the public are elderly.
Alessandro, would have some example of how to build this server?
– Lennon S. Bueno
@Bueno edited my answer, and added an example to you. The idea and you research to be able to do, but as your difficulty I can go giving a few tips.
– Alessandro Schneider