I am working on a project that has the user install a profile (.MobileConfig) on an iOS device. The current flow is as followed(each step is initiated by the user; sub-steps are antonymous):
1) Button click in app that directs to safari - switches to settings app for profile install 2) User may either install or cancel - switches back to safari 3) User manually directs back to app
However this is one too many steps. The flow I would like is as followed (each step is initiated by the user; sub-steps are antonymous):
1) Button click in app that directs to safari - switches to settings app for profile install 2) User may either install or cancel - switches back to safari - switches back to app
I am aware I can place a button for the user to click that will direct back to my app but I would like to make this process as antonymous as possible. This flow is found in the app Onavo, but I have yet to find any information regarding how to do this.