简体   繁体   English

NSURLConnection开始然后应用程序转到后台,当应用程序恢复时它会继续吗?

[英]NSURLConnection started then app goes to background, does it continue when app resumes?

If I start an NSURLConnection, before it is finished, I put the app to background, then resume it, does the connection continues from where it is left, or is it stopped? 如果我启动NSURLConnection,在它完成之前,我将应用程序放到后台,然后恢复它,连接是从它离开的地方继续,还是停止?

Thanks! 谢谢!

Yes, I have used synchronous request in my appln. 是的,我在我的appln中使用了同步请求。 It resumes from where it left. 它从它离开的地方恢复。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM