Hi everyone,
I’m currently developing an app in FlutterFlow, and I’ve come across an issue related to Apple’s App Encryption Documentation requirements, particularly for apps distributed in France.
From what I understand, Apple requires you to specify your app’s use of encryption by adding the App Uses Non-Exempt Encryption
key in your Info.plist file if your app uses certain types of encryption. This applies to:
Proprietary or non-standard encryption algorithms.
Standard encryption algorithms that are used outside of Apple’s built-in frameworks.
The problem is, since I’m building my app in FlutterFlow, I don’t have direct access to Xcode or an Info.plist file in the usual way. I’ve tried looking into how FlutterFlow handles this, but the documentation is a bit unclear.
Additionally, I’ve come across some French government websites that suggest I might need to file specific documents for compliance. However, the process isn’t straightforward, and I’m unsure what exactly to submit or how to generate these documents.
Has anyone here dealt with this before? Specifically:
How do you configure the
App Uses Non-Exempt Encryption
setting in a FlutterFlow project?What steps are necessary to meet the encryption requirements in France, especially when it comes to the additional documentation?
Any guidance or shared experiences would be greatly appreciated!
Thanks in advance!