Domanda

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 .

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top