My question is, i would like to use an ssl connection in my IOS Application. there is aself-signed ssl in the server. is there anything to do in my iPhone app ( any configuration ) or just i will access my url with https instead of http. thanks for your answer.
Share
Just use the https address, NSURLRequest and others are smart enough to take care of the encryption.