Zendesk SDK is a mobile SDK designed to work with messaging and the Agent Workspace. It is important to consider certain factors when using it, such as limitations and customization options.
The SDK has known issues and limitations, which are detailed in the developer documentation for iOS and Android. Additionally, Google requires specific actions for Firebase notifications on Android. When customizing the SDK, avoid overwriting core frameworks like UIKit on iOS, as this can affect functionality. Instead, extend the UIKit API to maintain expected behavior. For more details, visit theZendesk Web Widget and SDKs documentation.
Zendesk SDK has some known limitations that users should be aware of. These limitations are documented for both iOS and Android platforms. For instance, Google requires specific actions regarding Firebase notifications on Android. It's crucial to…
When using Zendesk SDK, it's important not to overwrite core frameworks like UIKit on iOS. Overwriting these can lead to unexpected behavior in your app. Instead, extend the UIKit API to ensure the SDK functions as intended. This approach helps…
You can customize the UI colors of the Zendesk SDK in the Admin Center, but it's important to consider accessibility. Mobile devices are used in diverse environments, so ensure your theme colors meet W3C contrast guidelines for better…
When setting light and dark themes in Zendesk SDK, ensure they are distinct enough to avoid user confusion. If the themes are too similar in color, users may not notice the difference, leading to a confusing experience. It's best to choose…