1

How can I share a folder between a Mac app (sender) and a iOS app (receiver)?

Are there any high-level APIs to do this? Or should I use something like CocoaHTTPServer?

hpique
  • 119,096
  • 131
  • 338
  • 476
  • What do you mean, a folder? – paulmelnikow Mar 13 '13 at 16:42
  • Access contents of a folder/directory: list files, download files. I only need read-only access. – hpique Mar 13 '13 at 16:53
  • Have you taken a look at this question? http://stackoverflow.com/questions/10365026/ios-file-sharing-sync-to-devices-from-mac-pc – paulmelnikow Mar 13 '13 at 17:04
  • @noa That link simply suggests to use the discovery service Bonjour. I wondered if there was something higher level to deal with file sharing between Apple devices. – hpique Mar 14 '13 at 08:17
  • One answer suggests a framework called SyncDocs. The other answer says, "no, start with Bonjour, then write your own protocol." – paulmelnikow Mar 14 '13 at 14:28

0 Answers0