Possible Duplicate:
Using SSL in an iPhone App - Export Compliance
I am going to upload an iPhone app to the app store which uses REST webservice. I am using ASIHTTPRequest for making connection to the server and get datas. The following are the things to note
- URL starts with "https"
[request setValidatesSecureCertificate:NO]
(When set to yes, I am only getting SSL error messages.)
Should I say my app supports encryption while submitting to the app store?