ITSAppUsesNonExemptEncryption addition config.xml not working
-
I am testing an iOS app using TestFlight but after processing the app on appstoreconnect.apple.com, I get :
I added the following, but the message still persists! Is this correct?
<config-file platform="ios" target="*-Info.plist" parent="ITSAppUsesNonExemptEncryption"> <false/> </config-file>
-
@jamal Yes, your configuration is correct. Make sure you have Cordova Custom Config plugin enabled in your project before using this configuration.
-
@khemry, I already have Cordova Custom Config v5.0.2 plugin enabled in my project but for some reason it did not work until I removed the plugin and added it again!