Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
panelIconId1f393
panelIcon:mortar_board:
panelIconText🎓
bgColor#4C9AFF

In depth learning on App Configs can be found in this course in Motive Academy.

Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
printablefalse

Setting the App Configuration

The startup behaviour of Motive apps varies depending on configuration. App configurations are managed using one of these options. The options are processed in this order.:

  1. An AppConfig.json file in the Application.persistentDataPath folder on the device. On Android devices, for example, this folder can be found in Android/data/<bundle id>/files. More information about the format of AppConfig.json can be found here.

  2. An AppConfig.json file delivered via a Launch Service app on the device. More information about how to configure this service app can be found here.

  3. A Unity App Config connected to the Setup node of the Motive App object (e.g. VR App - XAPI for xAPI-enabled VR apps).

...

The following service connections can be configured with App Configs.

Step 1

...

: Direct to Storyflow API

The Motive app makes a direct connection to a Storyflow API server. This configuration always uses Storyflow client credentials.

  • AppConfig.json - Direct connection to Storyflow is not available with AppConfig.json.

  • Unity App Setup - Choose “StoryFlow “Storyflow Api” as the Launch Method.

Step 2

...

: Direct to Launch Server

The Motive app makes a direct connection to Launch Server using client credentials.

  • AppConfig.json - Define Launch Url and Client Id/Client Secret for the Launch Server configuration.

  • Unity App Setup - Choose “Launch Server” as the Launch Method and specify the Client Id/Client Secret.

Step 3

...

: Launch Server with Device Flow

The Motive app connects to Launch Server using “Oauth2” Device Flow to get credentials.

...

In this configuration we are using Launch for deployed apps and Storyflow for apps running in Unity.

Related Articles

Child pages (Children Display)