How can I get files from the iDisk programmatically?
I need to write an iPhone app that allows the user to download and use files (more specifiably, video files) that are on the Mobile Me iDisk. Is thi开发者_如何学编程s possible? I was not able to find an iDisk API for Objective-C.
You could look into compiling neon as a static library for the iPhone. That would give you the means to access WebDAV resources.
iDisk supports WebDAV, which is a file access and versioning protocol based on HTTP. WebDAV is the basis for the iDisk integration with Windows - http://support.apple.com/kb/HT3264.
精彩评论