Add export compliance information to apps using exempt encryption only
npm install cordova-plugin-itsappusesnonexemptencryption
> This plugin adds export compliance information to apps using exempt encyption only.
This plugin should be used only if the app meets any of the following:
* Qualifies for one or more exemptions provided under category 5 part 2
* Use of encryption is limited to encryption within the operating system (iOS or macOS)
* Only makes call(s) over HTTPS
* App is made available only in the U.S. and/or Canada
The information is provided by adding the following key to the Info.plist file.
``xml`
```
cordova plugin add cordova-plugin-itsappusesnonexemptencryption
* iOS
This project is MIT-licensed