Check update

Prev Next
  1. <CheckUpdate mandatory="false">

  2.  <View

  3.    <Labels>

  4.       <Label id="UpdateAvailable"  value="An update is available. Do you want to install it?" />

  5.       <Label id="CheckUpdateMessage"value="Checking  update, please wait..." />

  6.    </Labels>

  7.    <Buttons>

  8.       <Button id="Yes"value="Yes" />

  9.       <Button id="No"value="No" />

  10.    </Buttons>

  11.    <Errors>

  12.       <Error id="OptionalApplicationUpdateAvailable" value="An update is available." />

  13.       <Error id="MandatoryApplicationUpdateAvailable" value="A mandatory update of the application is  available. Please install the update to access the  application." />

  14.       <Error id="CheckUpdateUnreachable"value="The check  for security updates has failed. Please make sure you have internet  access." />

  15.    </Errors>

  16.  </View>

  17.  <CheckUpdateRequest>

  18.    <URLvalue="http://My_DOMAIN_NAME/.../checkUpdate.jsp"/>

  19.  </CheckUpdateRequest>

  20.  <UpdateRequest>

  21.    <URLvalue="http://My_DOMAIN_NAME/.../Update.jsp"/>

  22.  </UpdateRequest>

  23. </CheckUpdate>

  • CheckUpdate: This element is used to configure the check update functionality in Mobile Authenticator Studio.

    • mandatory: Indicates that the check update feature is mandatory. If defined, the check update URL is not reachable and the Mobile Authenticator Studio application cannot be used.

  • CheckUpdate > View: This element defines the graphical rendering of the check update functionality.

  • CheckUpdate > View > Labels > Label:

    • id="UpdateAvailable": Indicates that an update is available. You are asked if you want to install it.

    • id="CheckUpdateMessage": Checking update, please wait.

  • CheckUpdate > View > Buttons > Button:

    • id="Yes": By clicking the Yes button, you accept to launch the update process.

    • id="No": By clicking the No button, you decline to launch the update process.

  • CheckUpdate > View > Errors > Error:

    • id="OptionalApplicationUpdateAvailable": An update is available.

    • id="MandatoryApplicationUpdateAvailable": A mandatory update of the application is available. Please install the update to access the application.

    • id="CheckUpdateUnreachable": The check for security updates has failed. Please make sure you have internet access.

  • CheckUpdate > CheckUpdateRequest > URL: This is the URL from which to check if an update is available.

Masks for the check update request URL lists the masks for the check update request URL.

Masks for the check update request URL

Mask

Value

Mandatory?

%_Version_%

This is the Mobile Authenticator Studio version.

No

%_SerialNumber_%

The serial number of the first instance activated on the phone. If no instance is activated, the string is empty.

No

  • CheckUpdate > UpdateRequest > Url: This is the URL to launch the update.