iOS: How to install a configuration profile programmatically -


i install configuration profile in iphone receive through safari localhost (routinghttpserver) in device.

i follow guidelines , tips found in website make possible, facing small issue, in final steps. able run localhost , create configuration profile, safari not allow me install file due "unknown error".

i made research , found several possibilities "unknown error", of them related format of contents of file created. arrange in different ways, still same problem.

my application concept solution, know if error because, mandatory sign , encrypt configuration file before sending through safari.

thanks in advance

no, not mandatory sign configuration profile. try following steps

  1. connect device laptop (windows/mac).
  2. open iphone configuration utility.
  3. create profile of need.
  4. try installing mobile.
  5. check console error.
  6. if installation succeeded export profile , place web-server , try installing profile ota. (note: uninstall installed profile).
  7. open profile , analyse identifying mistake.

your research right, main reason unknown error formatting mistake. detailed description payloads , keys available under this link.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -