My org is creating an app, that will have certain wifi hotspots listed in a mobile config file, so that the user does not have to write the password for these wifi when he is in range.
I know this can be done using .mobileconfig file. But I have serious doubts.
Here are few questions regarding the app:
Can
.mobileconfigfile be created programatically. I cannot find a link to how to cretae this programatically (not using iPCU).Will Apple allow an app that creates
.mobileconfigfile and asks the user to download it and install it, so as to change the wifi settings?Is making the user download this
.mobileconfigfile only possible via Safari or Mail? Is there any way that this file be opened directly from the app to the settings screen?
Thanks in advance. :)