0

I am developing an application for the iPhone and one of the requests made by the customer is to install a configuration file to force passcode on the device the requirement is that if the configuration file is not installed then the application will display an alert to the user requesting him to navigate to a specific URL to install it

my question is

How can you check if a configuration file is installed on the iPhone (programmatically) and what version it is?

Thanks

SuperSef
  • 45
  • 8

2 Answers2

0

At startup you can check if configuration file already exist in specific folder for example cand stored in Documents . Version for configuration file cand be stored inside of it

Andrey
  • 85
  • 4
  • but configuration file is installed on device level not application level. Can we access this resource? do you have an example? – SuperSef Sep 20 '11 at 11:29
0

Take a look here , Checking whether a configuration profile is installed on iOS

Andrey
  • 85
  • 4