Alternative method for NSURLRequest's private "setAllowsAnyHTTPSCertificate:forHost:"?

Michael picture Michael · Jan 4, 2010 · Viewed 18.1k times · Source

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?

Answer

yonel picture yonel · Jan 27, 2010