Background Upload With Stream Request Using NSUrlSession in iOS8

后端 未结 2 1797
滥情空心
滥情空心 2021-01-16 10:21

Previously in iOS7 when we try to upload with stream request in background we get following exception

Terminating app due to uncaught exception \'NSGenericEx

2条回答
  •  渐次进展
    2021-01-16 10:36

    You can upload a multipart file in background - just that this is not straight forward. Refer: AFNetworking error in uploadTaskWithStreamedRequest

提交回复
热议问题