问题
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