Challenge Overview
The client is on the process of developing a cloud based IOS application targeting iPhone devices running on minimum operating system IOS 5.1. The IOS application contains a series of screen views. The first screen is the landing root view controller and it called (screen A). Screen A contains a number of buttons in which enables user to select and navigate to other screen views within the app.
Each screen view will retrieve its data from a server. There are two separate servers the application needs to connect - first one is a publicly opened server that can be reached via 3G or any wifi network available on the iPhone. The second server is a secured server that reached only via a secured wifi connection. The secured wifi connection requires a password that the iPhone must have set in order to join the network.
In this contest, we hope you can provide POC solution for the .mobileconfig approach.