+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


The Cordova configuration file

The Cordova config.xml file is the global configuration file of the application.

The Cordova configuration file is a mandatory XML file that contains application metadata, and is stored in the root directory of the app. The file is automatically generated when you create a Cordova application. We can then modify it to add custom properties.

We can find more general information about this file in the Apache Cordova config.xml documentation.

To know more about any MobileFirst-specific configuration, refer to the following sections.


Structure of the config.xml file

To view detailed information about any MobileFirst-specific configuration, click the element name in the file description, or in the alphabetical list that follows the description.


config.xml elements


<widget>

Back to top


<mfp:platformVersion>

Back to top


<mfp:directUpdateAuthenticityPublicKey>

Back to top


<mfp:languagePreferences>

Back to top


<mfp:clientCustomInit>

Back to top


<mfp:server>

Back to top


<mfp:ios>

Back to top


<mfp:android>

Back to top


<mfp:windows>

Back to top


<mfp:windows8>

Back to top


<mfp:windowsphone>

Back to top


<mfp:windows10>

Back to top


<mfp:appChecksum>

Back to top


<mfp:sdkChecksum>

Back to top


<mfp:security>

Back to top


<mfp:testWebResourcesChecksum>

Back to top

Parent topic: Inside your Cordova app