Jul 27, 2017 · 1 min read
Hi, Jeroen Leenarts
I assumed that we got the same issue, and users only fix this disconnection by restarting our app.
I would suggest 2 solutions:
- upgrading AFNetworking to v3.1.0 and try to set configuration of TLS.
- or discarding AFNetworking…..
In fact, this is our conclusion and we use NSURLSession, NSURLSessionDataTask and others directly.
