I'm intermittently getting an issue with 10.3.x version of my iOS app which says TIC TCP Conn Failed [46:0x170194360]: 12:8 Err(-65554)
This happens sometimes and works fine on relaunching the app but again starts giving the same problem.
This happens when I try to fetch some content from server using the Rest APIs.
Here's the complete log of the error that I get.
Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: TIC TCP Conn Start [46:0x170194360]
Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: TIC TCP Conn Event [46:0x170194360]: 3 Err(-65554)
Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Error>: TIC TCP Conn Failed [46:0x170194360]: 12:8 Err(-65554)
Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: TIC TCP Conn Cancel [46:0x170194360]
Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: TIC TCP Conn Destroyed [46:0x170194360]
Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: _CFNetworkIsConnectedToInternet returning 1, flagsValid: 1, flags: 0x40003
Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Error>: HTTP load failed (error code: -1003 [12:8])
Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Error>: NSURLSessionTask finished with error - code: -1003
Any idea or clue on what this is about? If anybody can explain me the meaning of this error.