Technical Support
The Technical Support module allows users to contact support directly from the application and send diagnostic information.
Configuration is done via the Settings Inspector in Unity.
Configuration is applied automatically at build time for each platform.
Platform markers
The following markers are used to indicate platform availability of parameters and features:
- (no marker) — Shared parameter or feature
- 🍏 — iOS-specific parameter or feature
- 🤖 — Android-specific parameter or feature
- ⚠️ — Not implemented in the Unity plugin yet
Ask your release manager for the required parameters before configuring the SDK.
Configure
| Field | Description |
|---|---|
| Analytics Project Id 🍏 | Analytics project Id |
| Web Support Url | Web support URL |
Usage
Open Technical Support Dialog ⚠️
To open the Technical Support dialog:
P101XP.GetInstance().ShowTechnicalSupport();