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.
我在尝试使用 NSURLSession 中的 HTTPPOST 请求发送附加数据时收到“后台会话中不支持一般异常数据任务”异常。我想知道是什么导致了这个异常?
正如它所说,后台 nsurlsession 不支持数据任务。您始终可以使用 downloadTask 替换数据任务。服务器 json/xml 响应将被下载到手机。