We’re using HttpWebRequest to hit HTTPS urls, on iOS. In Debug, local builds, etc. everything works fine. The HTTPS urls we’re hitting have valid, commercially signed, perfectly normal certificates, everything checks out there. All is well.
The app was submitted and approved by Apple. But the version with the official Seal of Approval from iTunes is unable to hit any HTTPS urls - we aren’t seeing any exceptions, problems with JIT; the request appears to be sent [but isn’t] and we timeout waiting for a response.
Note that the problem is ONLY with the Apple-release build, all our builds work fine.
Anybody seen anything like this before?
Thanks!