Hello,
I noticed a strange behaviour when loading my main level on an iPhone 5S (in Airplane mode). So when loading the level aSync I first noticed that it took a long time to load for the first 1%. After examining the console in Xcode I identified the following lines as the cause.
2018-11-21 20:43:38.249996+0100 d****r[1003:40895] TIC TCP Conn Failed [5:0x155baa980]: 1:50 Err(50)
2018-11-21 20:43:38.321585+0100 d****r[1003:40895] Task <2E54CA54-848F-4D64-8F56-59A10073FE0E>.<0> HTTP load failed (error code: -1009 [1:50])
2018-11-21 20:43:38.323176+0100 d****r[1003:40895] NSURLConnection finished with error - code -1009
So in that loading phase the app should not seek for any internet connection. Therefore, I was wondering whether anyone had noticed the same behaviour and knows what is triggering it and how I can prevent it.
Best regards,
Fred
↧