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