1

I'm developing a corporate app and wish to access a key value stored in a configuration profile on the device.

Is this possible from within a third party app? I need to get a URL out of a webclip that is installed with a configuration profile so I can force that URL to open in safari from within the application.

I'm not sure where to start with this, any help would be appreciated.

Thanks!

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Compy
  • 1,157
  • 1
  • 12
  • 24

1 Answers1

1

No. The applications are sandboxed.

Mohannad A. Hassan
  • 1,650
  • 1
  • 13
  • 24
  • Yes, but surely theres a way to read the details of a 3rd party configuration profile? Or is this just completely impossible? I'm sure other applications do it. – Compy Jun 03 '13 at 14:52
  • This question was asked on May 2012. http://stackoverflow.com/questions/10344814/ios-get-configuration-profiles-that-are-installed – Mohannad A. Hassan Jun 03 '13 at 14:57