IBI-aws MobileClient

updateSource

Available from version

1.14.0

Necessity

optional

Value type

text

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

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

iOS

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