NSURLErrorDomain -1003 (Only on LTE network)

Good morning here

I re-tested everything again. The error in the attached images above seems to occur sometimes (sometimes all the api calls are delivered ok) only when I test the following code on LTE network:









#if (CC_TARGET_PLATFORM==CC_PLATFORM_IOS)

            for (int i = 1;i <= 300;i++) {

                setDailyRanking(StringUtils::format("user_%d",i).c_str(), 12000, 9, 8, 7, 6, 5,25, 7);

            }

If I use the app normally, the api calls seem to work just fine.
If I run the above test code on WI-FI it seems to work just fine too.

so probably it has something to do with the testing conditions on LTE or the network itself . So I’m ignoring this testing and continue … sorry if it was something wrong at my end.

Thanks