开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜