I have an application (Android / iOS) that runs on a local wifi network (which has no internet).
This wifi network does not have internet, devices prioritize 3G / 4G, so my application (local API) does not work.
I have tried to find out if there was any way to programmatically disable the device's mobile data, but without success because Google and Apple do not allow it.
Today, as an alternative, I only show a button for the user to enter the settings of the device, which I think is a good solution, but not the best in my case, because my target audience are elderly people who have many difficulties in operating the device .
What I would like is that I somehow did not have to enter the device settings. I know my scenario is complicated, but is there an alternative?
Note: it is mandatory for the wifi network not to have internet, most of the public are elderly.