My app is not using encryption so I added ITSAppUsesNonExemptEncryption
with NO
value in my info.plist
as per documentation. However, whenever I push the build to App Store Connect, the builds are always flagged with Missing Compliance
and I have to manually set the App Encryption Documentation to None of the algorithms mentioned above for every new build.
I'm on Xcode 16.2.
Is it just my project, or does anyone also experience this? What am I missing?
IMO, I believe you're putting that ITSAppUsesNonExemptEncryption
key in the wrong place. Try these steps to check it:
.plist
file byright click -> open as source code -> search
ITSAppUsesNonExemptEncryption
.plist
file path is the correct one which you editedProject -> Targets -> Build Settings -> Packaging -> Info.plist file