1

i am creating a enterprise application for iPad. i want to lock my application data when my device is connected to xcode-->organizer.

i checked the following link:

Prevent access of documents directory in organizer of iphone application

but its says about the application downloaded from the app store.. does same method can be implemented for enterprise applications, i.e , which do not go on app store.

enter image description here

Community
  • 1
  • 1
Rams
  • 1,721
  • 12
  • 22

1 Answers1

1

I got two links for you which will certainly help you.. 1st iPhone Documents directory and UIFileSharingEnabled, hiding certain documents 2nd http://developer.apple.com/library/ios/#qa/qa1699/_index.html

Community
  • 1
  • 1
Ankit Srivastava
  • 12,347
  • 11
  • 63
  • 115