Export Compliance in iOS App Submission

折月煮酒 提交于 2019-12-30 01:54:27

问题


I making a new app and want to submit to app store.

But at the time of final submission there is check for Export Compliance.

What should I Check Yes Or No.

I use https url in my app.

Please Help Me .

Thanks In Advance.


回答1:


If you are using https in your application, you will need to answer yes to this question, even if all you are using is built in mechanisms to communicate over https. The good news is that you no longer need to get the Encryption Registration Number (ERN) - the current requirements (as of August 2017) are that you just need to submit the annual self classification report to the BIS(Bureau of Industry and Security). To submit a self classification report, follow the instructions on item 13 in this FAQ: A sample Self Classification report can be found here.

For a great write up that talks about both sides of the story (apps that only use common / freely available encryption, like SSL, as well as apps that have their own, proprietary encryption, see this Medium post.

Please don't listen to other people who state that they just answer no to this question to make things easier when submitting an app.




回答2:


As of February 2018 this is the process to file an Annual Self Classification Report to BIS (Bureau of Industry and Security):

https://www.bis.doc.gov/index.php/policy-guidance/product-guidance/high-performance-computers/223-new-encryption/1238-how-to-file-an-annual-self-classification-report




回答3:


When you know that you ARE export compliant you can put this in your Info.plist:

<key>ITSAppUsesNonExemptEncryption</key>
<false/>

This will prevent App Store Connect from asking you questions about export compliance.



来源:https://stackoverflow.com/questions/45855629/export-compliance-in-ios-app-submission

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