-
Hello.
I use qiscus-sdk-core@2.9.12 with react native and I receive
```
ReferenceError: Can't find variable: localStorage
events.on$argument_1
qiscus-sdk-core.min.js:14:252343
slice.ma…
-
Dear Qiscus Team
I receive the following error in our react app:
```typescript
TypeError
Cannot read property 'brokerLbUrl' of undefined
```
At:
```typescript
* The buffer module from…
-
I get this crash
Fatal error: You need to set App ID: file /Users/qiscus/iOS/SDK/QiscusCore/QiscusCore/QiscusCore.swift, line 422
-
Hi, I'm trying to use mqtt inside my dart package. I have tried to use ServerClient and BrowserClient without success, even though I can connect to my broker using [mqtt.js] and mqttbox (mqttbox confi…
apiep updated
4 years ago
-
every time i run the app, i got this error message.
it seems like sdk trying to send loggedin user Online status but fail for some reason.
plz have a look.
-
I am getting this error after including qiscus in me existing project. I thought it was conflict of glide so I tried to exclude glide by using:
implementation ('com.qiscus.sdk:chat-core:1.2.12'){
…
-
When I login using the function
```
QiscusCore.loginOrRegister(userID: userEmail, userKey: self.chatKey, onSuccess: { user in
.
.
}
```
It logs in successfully but then crashes with the follow…
-
I encountered the following error as I tested version `2.8.0` against Android API 19 - 4.4.2. (`com.qiscus.sdk:chat:2.8.0`)
This error occurs at line:
`Qiscus.init(this, "MY_APP_ID");`
Error Lo…
-
the qiscus sdk cannot find symbol Qiscus.SetUserListener()
-
Is it possible to disable extra feature such as send file entirely? So when a new chatroom is created there's no Request permissions dialog.