Migration from Previous Version

AI Tools

If you use Qiscus Chat SDK v2.8.xx to the latest one of Qiscus Chat SDK, you need migration data to new database. You need call method QiscusCoreisLogined, for example:

if QiscusCore.isLogined { target = YourViewController() // Connect to Qiscus server _ = QiscusCore.connect() }else { //force logout target = LoginViewController() }