Skip to main content
Skip table of contents

updateSource

Available from version1.14.0
Necessityoptional
Value typetext

Description

With this property a link to the source of an IBI-aws MobileClient update can be specified, e.g. to an internal AppStore.

The specified link will be opened as soon as the "Update now" button is clicked in an update message displayed under certain conditions. If no link is specified, the IBI-aws MobileClient entry on the platform-specific store is opened.

Example

Android

JS
"managedProperty": [
  {
    "key": "updateSource",
    "valueString": "https://appstore.internal/ibi.aws.mobileClient"
  }
]

iOS

XML
<key>updateSource</key>
<string>https://appstore.internal/ibi.aws.mobileClient</string>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.