My iPhone application was rejected solely for using the (very safe, it seems) private method +setAllowsAnyHTTPSCertificate:forHost:
for NSURLRequest
. Is there a non-private API to emulate this functionality?
There seems to be a public API for that ;) How to use NSURLConnection to connect with SSL for an untrusted cert?