xcode – iphone – objective c
Hi;

How to Enable iTunes “folder” file sharing:
some times you want to enable iTunes file sharing ; it’s easy , select project –> info –> Custom iOS Target Properties –> add new row and select “Application supports iTunes file sharing” with value “YES” , now you can see sharing folder on iTunes if you select your application from apps.

How to get files list of iTunes document directory :
This method returns an array contains files of iTunes file sharing folder :

 

Related posts:

  1. objective c documents and temp directory Xcode – Objective-c Hi, If you want to get path of documents directory , you...
  2. How to make a setup for vb.net application The VB.NET output executable file may have some dependencies on some Activex objects or .NET...
  3. objective c iOS sqlite3 tutorial with source code sample Xcode – objective-c -iphone source code; Hi, iPhone iOS embedded sqlite3 , first thing you...
  4. objective c turn iPhone flashlight on off objective c turn iPhone flashlight on off XCode – Objective-c Hi, If you want to...
  5. Objective c char* to NSString xcode – Objective-c Hi; To convert C String ” char* ” to objective-c string ”...