- 23 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
Check update
- Mis à jour le 23 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
<CheckUpdate mandatory="false">
<View
<Labels>
<Label id="UpdateAvailable"value="An update is available. Do you want to install it?" />
<Label id="CheckUpdateMessage"value="Checking update, please wait..." />
</Labels>
<Buttons>
<Button id="Yes"value="Yes" />
<Button id="No"value="No" />
</Buttons>
<Errors>
<Error id="OptionalApplicationUpdateAvailable" value="An update is available." />
<Error id="MandatoryApplicationUpdateAvailable" value="A mandatory update of the application is available. Please install the update to access the application." />
<Error id="CheckUpdateUnreachable"value="The check for security updates has failed. Please make sure you have internet access." />
</Errors>
</View>
<CheckUpdateRequest>
<URLvalue="http://My_DOMAIN_NAME/.../checkUpdate.jsp"/>
</CheckUpdateRequest>
<UpdateRequest>
<URLvalue="http://My_DOMAIN_NAME/.../Update.jsp"/>
</UpdateRequest>
</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.
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.