Https, uiwebview and export compliance

断了今生、忘了曾经 提交于 2019-12-25 18:22:08

问题


I have some difficulties understanding the Export Compliance regarding to a build I made through xcode. To sum up, I made a responsive website to show with some images and videos. Since Apple doesn't allow an UIwebview that's not SSL I created my site with "let's encrypt". The app I sent as a build is only an UIwebview and nothing else. I'm not sure about the procedure from here since there's a lot back and forth how to manage it. Can somebody guide me in the right direction. Is it necessary to fill out or can I exempt?


回答1:


If the app does not encrypt anything, that is only makes HTTPS requests and consumes data, there is essentiall no encryption used, the Apple OS does the HTTPS decryption, not your app.

Check that the Apple document station, I believe it states:

"Does your app meet any of the following: (a) Qualifies for one or more exemptions provided under category 5 part 2 (b) Use of encryption is limited to encryption within the operating system (iOS or macOS) (c) Only makes call(s) over HTTPS (d) App is made available only in the U.S. and/or Canada".

It seems (c) covers your usage.



来源:https://stackoverflow.com/questions/46877988/https-uiwebview-and-export-compliance

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