Maddyhome Forums

Discussions related to software developed at maddyhome.com
It is currently Thu Jun 20, 2013 12:01 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: FileSharingUtil
PostPosted: Mon Aug 23, 2010 5:18 pm 
Offline
Site Admin

Joined: Thu Aug 14, 2008 9:26 pm
Posts: 1695
Attached is a .h and .m file for an Objective-C class to help with iOS apps that use file sharing via iTunes and the Documents directory.

Add the two files to your own project. Read the .h file for instructions on using the class. The basic idea is that you setup this class to so your app receives a notification after the user adds, changes, or removes files from your app's Documents directory via iTunes. It is then up to your app to process those changes as appropriate. This class simply makes it trivial to get the notification that changes have occurred.

This code is posted to the public domain. See the .h file for more info.

This is unsupported code but if you find issues please let me know. I'm using this code in some of my own iOS apps.


Attachments:
File comment: FileSharingUtil.m and .h.
FileSharingUtil.zip [4.7 KiB]
Downloaded 130 times
Top
 Profile  
 
 Post subject: Re: FileSharingUtil
PostPosted: Tue Aug 09, 2011 6:29 am 
Offline
Site Admin

Joined: Thu Aug 14, 2008 9:26 pm
Posts: 1695
As of iOS 5.0 this class no longer works properly. This utility depended on an iOS device performing a sync as files were added via iTunes. This made the app become inactive during this time and the app became active again after the file transfer was complete. This utility class depends in this behavior which doesn't happen under iOS 5.0.

If a solution is found I will update this utility class.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group