I am publishing app to the AppStore but I am having trouble with export compliance. I have implemented Admob by Google so it is making HTTPS requests. Should I submit self classification report to the US government? I am in Czech Republic.
Do I need to submit AppStore self classification report?
Hrllo Dear, Declare Your App’s Use of Encryption Add the ITSAppUsesNonExemptEncryption key to your app’s Info.plist file with a Boolean value that indicates whether your app uses encryption. Set the value to NO if your app—including any third-party libraries it links against—doesn’t use encryption, or if it only uses forms of encryption that are exempt from export compliance documentation requirements. Otherwise, set it to YES.
Typically, the use of encryption that’s built into the operating system—for example, when your app makes HTTPS connections using URLSession—is exempt from export documentation upload requirements, whereas the use of proprietary encryption is not. To determine whether your use of encryption is considered exempt, see Determine your export compliance requirements. Important If your app uses exempt forms of encryption, you might alternatively be required to submit a year-end self-classification report to the U.S. government. (If you use non-exempt encryption and provide documentation to Apple, the self-classification report isn’t necessary.) To learn more, see How to file an Annual Self Classification Report.
Provide Compliance Documentation If your app requires export compliance documentation, upload the required items to App Store Connect, as described in Upload export compliance documentation. After successfully reviewing the documents, Apple provides you with a code. Add this string as the value for the ITSEncryptionExportComplianceCode key in your app’s Info.plist file.
Thanks, I hope it would be beneficial for you! Fore more further info contact me on the mail id given in my Profile
Hello,
Please have a look at this post https://stackoverflow.com/questions/44401899/app-uses-https-what-is-the-correct-value-of-itsappusesnonexemptencryption
Thanks