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.
我正在开发一个 iOS 应用程序,用户将能够将电影上传到 vimeo。我不知道如何处理在上传过程中网络从 wifi 变为 3G(或 GPRS)或反之亦然的情况。
是否可以正确处理上传而无需暂停或杀死它并且不必编写“丑陋”的代码?
iPhone 可以无缝地处理这些网络切换,无需来自应用程序的交互。换句话说,它发生在较低级别,因此您无需担心。