当应用程序进入后台时,URLSessions 给 URLResponse nil
Posted
技术标签:
【中文标题】当应用程序进入后台时,URLSessions 给 URLResponse nil【英文标题】:URLSessions give URLResponse nil when app goes to background 【发布时间】:2019-04-06 15:02:34 【问题描述】:我使用URLSessions
进行网络调用,当我将应用程序置于后台状态时它总是失败。
当我将应用程序置于前台状态时,URLSession
将URLResponse
设为nil
。
如何让它在后台运行?
【问题讨论】:
【参考方案1】:如果您为后台下载或上传配置会话,您可以让 URLSession 在后台状态下工作。但是如果你使用 session 进行常规的后端 API 调用,你可以做的最好是在应用程序再次进入前台后重复调用。
【讨论】:
以上是关于当应用程序进入后台时,URLSessions 给 URLResponse nil的主要内容,如果未能解决你的问题,请参考以下文章
当应用程序进入后台时,MediaBrowserServiceCompat 停止播放音乐
当应用程序从后台进入前台时,MPMoviePlayerController 黑屏