Export Compliance: set ITSAppUsesNonExemptEncryption to false in Info.plist file
npm install cordova-plugin-ios-non-exempt-encryption```
cordova plugin add cordova-plugin-ios-non-exempt-encryption
You will need this plugin to deploy your app to TestFlight in case of
- your app does not use cryptography
- your app does not qualify "for any of the exemptions provided in Category 5, Part 2 of the U.S. Export Administration Regulations"
This plugin sets the following setting in the Info.plist file
`xml``
- Cryptography and U.S. Export Compliance
- Trade Compliance
- Export Compliance update
MIT