I'm an iOS developer and have never developed for Mac OSX, but I'm interested in the Dropbox Mac OS application's working logic. Exact questions are:
1) How can I programmatically do additional drive/folder that is shown in the Finder app as Dropbox does?
2) How can I detect that user has made modifications to dropbox folder from his computer? Is there any way to make some script(in applescript?????) to notify application when file contents change or does application has to control periodically whether any file has changed or not.
3) What's about OSX applications background activity limitations?