How do I get Ionic Pro to build my package to remove the Missing Compliance warning?

When I build my .ipa package and then use Application Loader to upload it to iTunes Connect, I get a warning that says it’s missing compliance. I click on this warning and simply select that I don’t have any encryption and it works fine.

Searching on this, I found a lot of ways in xCode to set the ITSAppUsesNonExemptEncryption flag to false, but nothing about how to set it to false when building a .ipa file.

Is there any way to do this in the Ionic Pro package?

Just in case anyone else finds this, my solution was found here:

Basically, add

cordova plugin add cordova-ios-plugin-no-export-compliance

to your plugins.

1 Like