문제

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