Downloading “mobileconfig” file from an App

前端 未结 1 410
臣服心动
臣服心动 2020-12-14 04:13

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 i

相关标签:
1条回答
  • 2020-12-14 05:10

    1) Yes it can. It can be created as an XML file. In fact, you can open and edit an unsigned .mobileconfig file in a text editor and edit the fields. Keep in mind that if it's signed then any edits to the file will require you to re-sign it.

    2) Apple will allow an app that downloads and installs a .mobileconfig via Safari, I've seen one on the App Store that does this.

    3) Safari + Mail are the only ways to open them(on iOS).

    0 讨论(0)
提交回复
热议问题