Unable to access my iOS 10 app sandbox with enterprise provisioning profile

Hello,


I have an iOS application compiled with an enterprise provisioning profile. I use the MobileDeviceSupport to see the "Documents" directory (sandbox) (and subfolders) of my app. With iOS 9 I can see all the directories and files (read and write access). But with iOS 10, I can see and modify the directories only with an Ad Hoc provisioning profile. With an Enterprise provisioning profile, it is not possible. I can't access the bundle.


Can you say me what changed between iOS 9 and iOS 10 ? Security ? Is there a possibility to authorize the sandbox access ?


Thanks !

Replies

Can you say me what changed between iOS 9 and iOS 10 ? Security ?

Yes.

I use the MobileDeviceSupport to see the "Documents" directory (sandbox) (and subfolders) of my app.

To be clear, this is not a supported technique, and breakage like this is exactly the reason we encourage developers, even those with apps that don’t go through App Review, to stick to supported techniques.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Thank you very much for the information.