For the complete documentation index, see llms.txt. This page is also available as Markdown.

Launching an App After Installation

After Target App installation is complete, use the Ignite Services SDK to launch the app.

spinner
SEQUENCE ITEM
DESCRIPTION

1

Initialization and Connection 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

Launch App Request The Host App calls the performAction() method to open a Target App on the device. The call contains the app you want to open as well the option to receive a callback on the status of this action.

3

Ignite Opens Target App Ignite opens the Target App on the device.

4

Launch Progress Notifications If you specified callback notification, Ignite sends callbacks for you to monitor the progress of the app launch.

5

Disconnect from Ignite Disconnect from Ignite Services. For more information, see Disconnect from Ignite.

Last updated