Search code examples
iosfastlane

ITSAppUsesNonExemptEncryption does not work anymore


Problem

We are using Fastlane to distribute our builds. In order to avoid the manual agreement to the export compliance, we have set the following key in our info.plist:

<key>ITSAppUsesNonExemptEncryption</key>
<false/>

Out of the blue, this stopped working. Also, the encryption pop-up has changed. Is there a new key that has to be added or has something else changed? Couldn't find any information.


Solution

  • Solution

    Ok, it is unbelievably stupid. I edited the entry in my info.plist, but I had to edit it directly via XCode in the Generals tab. Seems like the version in XCode is the one which is really used and at some point in the build process being generated from the original info.plist.