How do I programatically check ‘iPhone Device Configuration profile’ is installed or not on device
Asked Answered
C

1

6

Is there way to verify whether a particular device configuration profile is installed or not on iPhone through an iOS application? I have an iOS application which is distributed via ‘enterprise distribution’ mode and I have created a device configuration profile (generated using iPCU) where I have disabled some of device features i.e. screen capture.

As per current process I am sending device configuration profiles with email, and the recipient has to install it from the email they receive. Since it is a manual process some people are installing the app without installing the device configuration profile.

I would like to restrict this, so that if a user has not installed the profile, then s/he should not be able to run my application.

Cultivated answered 7/2, 2014 at 5:49 Comment(0)
J
6

it is not possible to read profile file. but this below link is clear more your doubt

Programatically check if there is a configuration profile installed or not on an iPhone

Retrieving data programmatically from a Configuration Profile in IOS

iOS - Prevent iPhone Configuration Profile from being deleted OR check to see if it's installed

Installing a configuration profile on iPhone - programmatically

Jassy answered 7/2, 2014 at 6:18 Comment(1)
Thank you for your response, Seems have to go with MDM solution.Cultivated

© 2022 - 2024 — McMap. All rights reserved.