Skip to main content
Version: Next

Technical Support

Configure

To use technical support you should:

1. Add project_id, zendesk_game_id parameters to your Info.plist. These parameters are sent to the support.

Ask your manager for those parameters.

<key>P101XPAnalyticsProjectId</key>
<string>YOUR_AnalyticsProjectId</string>
<key>P101XPZendesk_game_id</key>
<string>YOUR_zendesk_game_id</string>

2. Add P101XPWebSupportUrl parameter to your Info.plist. This is the main support url.

One can use a default value or the value provided by your product manager. The default value:

<key>P101XPWebSupportUrl</key>
<string>https://mobile-support.101xp.com</string>