简体   繁体   English

年度自我分类报告 - 我需要吗?

[英]Annual Self Classification Report - Do I need to?

My iOS App ONLY makes HTTPS calls to send data from the app to the server.我的 iOS 应用程序仅进行 HTTPS 调用以将数据从应用程序发送到服务器。 And I also use bcrypt to encrypt passwords on the back end.而且我还使用 bcrypt 在后端加密密码。 Would I need to submit a classification report?我需要提交分类报告吗? This is what I see when I click 'No' when asked to provide export compliance information.这是我在被要求提供出口合规信息时单击“否”时看到的内容。

在此处输入图像描述

And this is what I see when I click 'Yes' and 'Next'这就是我单击“是”和“下一步”时看到的在此处输入图像描述

I am located in Asia, so which options should I check?我位于亚洲,那么我应该检查哪些选项? And would I need to submit a self classification report if my app only makes HTTPS calls to send data to the server and only uses encryption in the back end?如果我的应用程序只调用 HTTPS 将数据发送到服务器并且只在后端使用加密,我是否需要提交自我分类报告?

The connection between your app and your server is encrypted when you make HTTPS calls so your app is using encryption.当您进行 HTTPS 调用时,您的应用程序和服务器之间的连接被加密,因此您的应用程序正在使用加密。

Your app is subject to Export Administration Regulations when you make your app available to users outside of the US and Canada because this means you are exporting an app using encryption from the App Store servers located in the US当您向美国和加拿大以外的用户提供您的应用程序时,您的应用程序受出口管理法规的约束,因为这意味着您正在从位于美国的 App Store 服务器使用加密导出应用程序

You do need to submit a self classification report between January 1st and February 1st.您确实需要在 1 月 1 日至 2 月 1 日之间提交一份自我分类报告

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 年度自我分类报告 - Annual Self-Classification Report itunesconnection ATS年终自我分类报告 - itunesconnection ATS year end self classification report 在此关闭过程中,我需要[无主的自我]还是[弱的自我]? - Do I need [unowned self] or [weak self] in this closure? 我是否需要AlamoFire中的[无主自我],或者它已被照顾? - Do I need [unowned self] in AlamoFire, or is it already taken care of? 如果从Block调用的方法使用self,是否需要使用弱self指针? - Do I need to use a weak self pointer if a method called from a Block uses self? 为什么我需要启动 Xcode 调试器才能获得 Crashlytics 报告? - Why do I need to start Xcode debugger to get the Crashlytics report? 自我经典报告 - 美国注册公司是否需要? - Self-Classicafication Report - Is it need for US based registered companies? 如果我使用单一网络服务发出网络请求,是否需要使用[弱自我]? - Do I need to use [weak self] if I'm making a network request using a singleton networking service? 我是否需要在 UIAlertController 的动作完成处理程序中弱捕获自我 - Do I need to capture self weakly inside a UIAlertController's action completion handler 我需要强壮自我来保持自我活力,强壮自我真的有效吗? - Do I need a strongSelf in block to keep self alive and does the strongSelf really work?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM