Known issues
Known issues and limitations
Only one instance of each SDK running at the same time
Each of the Classic SDKs can only be run in one instance at at time. This means that you can only have one instance of the Support SDK and one instance of the Chat SDK running at once.
Switching the SDK configuration at runtime
If you change the Support configuration or Chat account key at runtime, be aware that this is not supported. While it is possible to initialize with one configuration/account and initialize again with another one during runtime, we do not support such a configuration.
Attachment behavior changes with Agent Workspace in Chat SDK
When moving your account to Agent Workspace, be aware that this will slightly change the way attachments behave in Chat SDK. The files received won't be opened directly, but will rather be opened via a browser in order to be downloaded. This doesn't affect images that will still be rendered directly in the Chat UI.
Only 1 file attachment at once
Both Chat SDK and Support SDK can only attach one file at a time when in chat or ticket respectively. It is however possible to attach multiple images directly from the gallery.
Text formatting unsupported
The classic Chat and Support SDKs do not support Markdown formatting. Some formatting may work but we do not test nor develop this. If you want to use Markdown formatting in your ticket, be aware that the results may differ between iOS and Android when opened through the Support SDK.
Developer options unsupported
Enabling some developer options that modify the runtime experience of the applications within your phone may impact the SDKs. Options such as "Don't keep activities" may result in unexpected crashes as it modifies the normal behaviour of the device.
RequestActivity configuration not applying to RequestList from the HelpCenterActivity
When passing a RequestActivity
configuration to HelpCenterActivity
, it is only applied to the request created from the HelpCenterActivity
screen floating action button. It won't be applied to requests that you create from the RequestList
within HelpCenterActivity
.