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 .

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top