Export Compliance Information in target properties

When submitting my app for the Mac AppStore, I get asked about my use of cryptography in my app and have to provide "Export Compliance Information".

There is also a message that states that I could add the ITSAppUsesNonExemptEncryption key to my Info.plist to not get asked about this in the future. However, this doesn't seem to work. I added the key with ITSAppUsesNonExemptEncryption: NO and it does show up in the Info.plist file, however, I am still asked about this every time I submit an update...

Is this a known bug or is there any way for me to find out what the issue is?

Replies

I've been seeing this too - I haven't found a workaround yet, but just thought you'd like to know it's not just you.

My app is a Catalyst app, and shares the Info.plist with the iOS app which has no problems, so my guess is either something in the build or the upload process for Mac apps is stripping the key out.