Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要通过 Cocoa 向 MobileMe 发送文件。我偶然发现了一个来自 Apple 的 .Mac 框架,但它已经多年没有更新了,所以我不想使用它,因为它可能会导致兼容性问题。我认为 MobileMe.framework 是私有的,所以我认为我不能使用它。
我可以使用哪些替代方法将文件上传到 MobileMe?我也一直在研究 WebDav 框架(因为 MobileMe 是基于 WebDav 的),但我也没有发现任何有用的东西。
谢谢!
尝试FMWebDavRequest或ConnectionKit。
FMWebDavRequest