I have a question regarding export compliance.
The target app uses encryption. Encryption is only for communication using https, and no other proprietary encryption is used.
According to the site below It says "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", so I think you can set [App Uses Non-Export Encryption] in [Info.plist] to [NO]. https://developer.apple.com/documentation/security/complying_with_encryption_export_regulations
On the other hand, this app will also be distributed in France. If you select a standard encryption algorithm for the "export compliance information" answer in the normal app review and answer "yes" for distribution in France, you will be asked to submit documents related to encryption.
As for your question, Even when delivering to France when the encryption is only https communication and no other proprietary encryption is used Is it possible to set [App Uses Non-Export Encryption] in [Info.plist] to [NO]? Or do I have to submit paperwork to get an App Encryption Export Compliance Code?
Thank you very much.