Reputation: 675
I am a beginner in iOS programming. I am building an app that lets the user download a Configuration Profile by simply opening a web page in safari. In the app, a label should show a certain message depending on whether the user has installed the profile or not. Can I know, programatically, whether a profile is installed or not?
Upvotes: 3
Views: 430
Reputation: 1085
No, you do not have a way of knowing whether the profile is installed programmatically.
Upvotes: 2