ITSAppUsesNonExemptEncryption for Cordova
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.
ITSAppUsesNonExemptEncryption
Installation
cordova plugin add cordova-plugin-itsappusesnonexemptencryption
Supported platforms
- iOS
License
This project is MIT-licensed