Integrate displaying an end user license agreement

Prev Next

To display an end user license agreement (EULA) in your implementation of the Mobile Authenticator Studio app, you need to add text files with the EULA in the languages you want to use to your project. For conceptual information about this feature, see End user license agreement.

File requirements

The EULA text files must be html files.

Integration

Add the EULA text files your project, and in the features section of the customization JSON file of your project, add EULA and the path and name of the text files to use.

"eula": {

  "en": "eula/eula-en.html",

  "fr": "eula/eula-fr.html",

  "it": "eula/eula-it.html",

  "es": "eula/eula-es.html",

  "de": "eula/eula-de.html"

},