cordova-plugin-ios-nonexport-compliance

This plugin set value of ITSAppUsesNonExemptEncryption to false in *-Info.plist file

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
cordova-plugin-ios-nonexport-compliance
1.2.04 years ago5 years agoMinified + gzip package size for cordova-plugin-ios-nonexport-compliance in KB

Readme

cordova-plugin-ios-non-export-compliance
Cordova plugin to set ITSAppUsesNonExemptEncryption to false in -Info.plist file. This will enable the build for beta testers in Testflight.

Installation

Automatically (CLI / Plugman)

cordova-plugin-ios-non-export-compliance is compatible with Cordova Plugman, compatible with PhoneGap 3.0 CLI, here's how it works with the CLI:
phonegap local plugin add https://github.com/RahulCV/cordova-ios-export-compliance.git

or with Cordova CLI, from npm:

cordova plugin add cordova-plugin-ios-nonexport-compliance
cordova prepare

or with Ionic CLI, from npm:

ionic cordova plugin add cordova-plugin-ios-nonexport-compliance
ionic cordova prepare

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.

License

MIT