Support
If you are facing any issues in Qiscus Chat SDK, you can contact us and share as much information as you can.
First, you can enable the debugger to get the logs, we recommend to use this debugger only in development environment. You can enable or disable the debugger using enableDebugMode()
method, for example:
qiscus.enableDebugMode(enable: true)
Then, you can sent the inquiries in our support platform with any information that you have.
Enable debugger only in development environment.
Was this page helpful?