I want connect my app to my database with https . But I don know what i have to do ? I have files with jks format, crt format . I want to know what is the real format in iOS ? what are steps to connect with https ?

I see a lot of forums with the method :

(void)connection:(NSURLConnection *)connection
    didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge

But i don t understand what send in Nsurlauthenticationchallenge etc ...

I really need help please .

有帮助吗?

解决方案

You can get detail info to beget connected with https using Apple's Making HTTP and HTTPS Requests

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top