Skip to content

Qiscus Chat SDK (core) v1.9.0

Compare
Choose a tag to compare
@ariefnurputranto ariefnurputranto released this 23 Jan 08:23
· 1 commit to master since this release

Changelog :

  • Support encrypt decrypt in local db

*note :

  • if you want add key for encrypt decrypt, you can add 8 char before init SDK

for example

/**
* The key length must be at least 8 characters.
* Make sure to save this key securely.
*/

final String secretKey = yourkey;
QiscusCore.setCustomKey(secretKey);
Qiscus.setup(this, QISCUS_SDK_APP_ID);