HTTPS on app store - what is the process?
(I think this question has been asked before, but the answers have been contradictory and may be out-of-date by now)
I'm creating an app which uses HTTPS, using the ASIHTTPRequest library.
My company is based in the UK, and the app will only be released in the UK.
Do I need to say my app contains encryption, and if so what are the steps required for 开发者_Go百科compliance? Specifically for a non-US company?
Here is a fantastic blog post which really helped me with situations like this when using HTTPS API's
Depending on where you go, and what you read you might think you don't need to do anything. That's wrong. If you application uses encryption (including SSL and HTTPS, possible other public domain encryption) then you need to get at least get an ERN before submitting your app to Apple for approval.
Some do get away with saying that no encryption is included even with a toggle to enable SSL on some applications but if you really want to be on the safe side then it's best if you get the certificate.
Another Article I found: http://blog.theanimail.com/iphone-encryption-export-compliance-for-apps
精彩评论