ios-no-export-compliance
Mobile icon

iOS No Export Compliance

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 01 December 2022 by 
0.0
 (0 ratings)
ios-no-export-compliance

iOS No Export Compliance

Details
iOS No Export Compliance This plugin set ITSAppUsesNonExemptEncryption to false in *-Info.plist file
Read more

How To Use:

Make a reference to the plugin iOS No Export Compliance and add the action "CheckPlugin_iOSNoExportCompliance" on "OnApplicationReady" event of your mobile Application.

Publish the code and generate new iOS build. The key following key will be added to your plist file

<key>ITSAppUsesNonExemptEncryption</key><false/>


Why we need this?

During the submission process, Apple store need to know if the application use any encryption algorithms. If your application use an encryption algorithm you should NOT use this plugin, otherwise you can include it in application and bypass the following step during the submission process:

 


Github:

https://www.npmjs.com/package/cordova-ios-plugin-no-export-compliance?activeTab=readme

https://github.com/mikaoelitiana/cordova-ios-plugin-no-export-compliance


Apple:

https://developer.apple.com/documentation/security/complying_with_encryption_export_regulations


Release notes (1.0.0)
Reviews (0)
Team