Does HTTPS in my app considered “Encryption”

淺唱寂寞╮ 提交于 2019-12-11 09:58:32

问题


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.


回答1:


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




回答2:


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.




回答3:


Probably not. I suspect the question is primarily concerned with encryption code that you've written for your application, not Apple's code (e.g, NSURLRequest) that you're making use of.




回答4:


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

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



来源:https://stackoverflow.com/questions/6324066/does-https-in-my-app-considered-encryption

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!