Oded Regev
Oded Regev

Reputation: 4415

Does HTTPS in my app considered "Encryption"

I'm using NSURLRequest in my current app which is in the App Store. I need to change to Https in the next version.

Do I need to declare "Encryption" in the Apple "upload binary" section when submitting the application?

I saw 2 related threads, but I'm not convinced with the answers there. If someone with real experience or knowledge could answer this one, it could be great..

Thanks.

Upvotes: 1

Views: 358

Answers (3)

chrixian
chrixian

Reputation: 2811

No, they only want to know if you are implementing an encryption algorithm inside the app itself because there are various laws involved in what can be exported to where with regard to types of encryption.

Upvotes: 2

csano
csano

Reputation: 13716

This only concerns encryption within the application. If you're not doing any of that then you're OK.

https://itunesconnect.apple.com/docs/iTunesConnect_DeveloperGuide.pdf

Upvotes: 4

John Percival Hackworth
John Percival Hackworth

Reputation: 11531

I'd recommend asking Apple, but I suspect the answer is no.

Refer to Apple's Export Compliance FAQ (needs developer access).

Upvotes: -1

Related Questions