Skip to main content
Matrix42 Self-Service Help Center

Matrix42 Approvals App Configuration with Silverback

Overview

On this page, you may find how to configure the predefined Server URL for Matrix42 Approvals app with Silverback depending on the mobile operating system.   

Setup Silverback to configure Approvals application for iOS

To add the Document application for iOS into Silverback please follow this guide

Then add the newly created application to your tag (more information about tag’s you can find by the following link).

With Silverback you are able to configure the following application features:

<key>UDID</key>
<string>{DeviceID}</string>

<key>ApprovalsAppConfiguration</key>
<dict>
    <key>Credentials</key>
    <dict>
        <key>ServerUrl</key>
        <string>https://store.matrix42.com</string>
    </dict>
</dict>
  •  Custom version for the service store (StaticServiceStoreVersion key): this data is shown in the user profile page of the Approvals app.
<key>UDID</key>
<string>{DeviceID}</string>

<key>ApprovalsAppConfiguration</key>
<dict>
    <key>StaticServiceStoreVersion</key>
    <string>Matrix 42.0</string>
</dict>

Setup Silverback to configure Approvals application for AndroiD

To add the Document application for Android into Silverback please follow this guide. Use com.matrix42.m42approvals to find Approvals app in the Managed Play Store.

Then add the newly created application to your tag (more information about tag’s you can find by following link).

With Silverback you are able to configure the following application features:

  • Service Store URL (ServerUrl key)
  • Custom version for the service store (StaticServiceStoreVersion key)

Use the configuration examples listed above.

  • Was this article helpful?