Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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!