Skip to main content
Version: Next

Technical Support

Configure

To use technical support you should:

Add web_support_url parameter to your AndroidManifest.xml. This is the main support url.

<meta-data android:name="com.platform101xp.sdk.web_support_url"
android:value="@string/web_support_url" />

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

<string name="web_support_url">https://mobile-support.101xp.com</string>