Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS programatically know whether Profile is installed or not

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?

like image 283
Abdulrahman Alhadhrami Avatar asked Apr 27 '26 14:04

Abdulrahman Alhadhrami


1 Answers

No, you do not have a way of knowing whether the profile is installed programmatically.

like image 182
Nobosi Avatar answered Apr 30 '26 03:04

Nobosi