开发者

Network connection lost with iOS 4.3

I am sending SOAP request from my iPhone app.It is working well on all versions of iOS except iOS4.3. Web service is secure开发者_StackOverflowd and taking credentials, I am provide it through code. It works on iOS4.2 also, but getting network time out error on iOS4.3.

Anyone has solution how to solve this? I also searched on google didnt get anything.

Thanks in advance..


The problem is fixed. Apple has released iOS 4.3.1 and it fixes all authentication bugs.Its working with iOS 4.3.1


It wouldn't make sense for that to happen. You should make sure that you have internet connectivity on that device and that the device is not using some incorrect DNS server (could be if you had manually set up your wifi connection).


Are you using a particular SOAP library? I ask because I know that the SOAP code generated by the latest release version of wsdl2objc has a 4.3 specific bug that impacts any date fields in the response, it has been fixed in trunk, but it caught us out when moving from 4.2

This wouldn't cause the symptoms you describe, however it might give you somewhere to start looking.

So some more detail on what third party libraries you are using could help (eg ASIHTTPRequest / wsdl2objc etc) ...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜