Question

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 .

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top