IOS programmatically knows if a profile is installed or not

I am starting to program on iOS. I am creating an application that allows the user to load a configuration profile simply by opening a webpage in safari. In the application, the label should show a specific message depending on whether the user is set by a profile or not. May I know if a profile is programmatically installed or not?

+3


source to share


1 answer


No, you have no way of knowing if a profile is installed programmatically.



+2


source







All Articles