Installing an App
Use the DTIS SDK to request an app installation from Ignite. When requesting an app installation via the DTIS SDK, the SDK confirms that you are authorized to install the app. Additionally, when requesting an app by its URI, the SDK verifies the file integrity before proceeding with installation.
The following diagram shows the sequence of calls to make using the DTIS SDK:
1
Initialization and Authentication The Host App initializes the DTIS SDK and connects to Ignite. This action establishes a secure connection between the two components and authenticates the Host App with Ignite. For more information, see Connect to Ignite.
2-3
Installation Request
The Host App calls the install() method to request apps for installation. The call contains the app you want to install as well as the following options:
Installation Status Notifications Specify whether you want to receive callbacks, broadcasts, or both. For more information, see Receive Installation Notifications.
Attribution Specify the attribution data to send to attribution partners. For more information, see Send Attribution Data.
Retry Policy Specify retry policy settings to override the default retry policy. For more information, see Set Retry Policy.
4-6
Validation Based on whether you request an app by package name or URI, Ignite performs the following validations:
If you requested an app by package name, Ignite checks whether you are authorized to request the app. Upon passing this check, Ignite begins downloading the app to the device.
If you request an app by URI, Ignite copies the file directly from the specified URI and then checks the file integrity before downloading the file to the device.
7-11
Installation and Progress Notifications Ignite starts the actual installation of the application. If you requested to receive notifications, Ignite sends notifications to the requested callback and broadcasts. For more information about receiving notifications, see Receive Installation Notifications.
12
Post-Installation Actions If you specified attribution data in the installation request, Ignite gathers the data to send to the respective mobile management partners (MMPs). For more information, see Send Attribution Data.
Last updated
