Mobilisten Configuration
Configure Mobilisten's actions and components according to your preferences by updating the .plist file with the necessary bool keys.
Implementation
- First, download the .plist file.
- After downloading it, drag and drop the .plist file into the iOS project.
- Finally, open the .plist file and add the necessary keys under the "FLAGS" key.
Supported Keys
Keys | Data Type | Description |
TRACK_STORAGE_SPACE | Bool | Set yes to display the total storage space on the visitor info at the operator dashboard. Note: Ensure to update your privacy manifest files with systemSize. |
TRACK_APP_UPDATED_TIME | Bool | Set yes to display the app updated time on the visitor info at the operator dashboard. Note: Ensure to update your privacy manifest files with fileModificationDate. |
TRACK_APP_INSTALLED_TIME | Bool | Set yes to display the app installed time on the visitor info at the operator dashboard. |
BINARY_CONVERSATION_HAPPINESS_RATING | Bool | To display the feedback at the end of the chat. Set no to display Happy, neutral, sad, and yes to display only happy and sad. |
Note: If the .plist file is not uploaded or is uploaded without specifying key leads, all keys are set to "no" by default.