问题标签 [quickblox-android]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
502 浏览

android - 从 quickblox android 下载图像

您好我正在尝试从仪表板下载我在自定义对象中上传的图像。uid是我获取该自定义对象的 id

收到此错误:

未找到您要查找的实体

任何帮助都受到高度赞赏。

0 投票
1 回答
84 浏览

quickblox - 我们可以使用 Android SDK 在 QuickBlox 中发送消息集合吗

我们正在使用 QuickBlox Android SDK,并为用户提供离线发送消息的支持!因此,存在用户在离线时发送消息的情况。当网络到来时,我们将不得不发送所有那些未发送的消息。

问题是,现在我可以使用一次发送这些消息,

QBChatService.createMessage(消息,QBEntityCallback())

但可以肯定的是,这并不是真正的优化方式。我们需要一次发送所有消息。有没有办法解决这个问题?

0 投票
2 回答
449 浏览

android - 我们如何在 Android QuickBlox SDK 中检索对话框的所有消息而不将它们标记为已读?

我正在使用 QuickBlox Android SDK。

在获取对话框的所有消息时,我不想将消息标记为已读。我尝试过这种方式,但它不起作用。

有什么办法可以做到这一点?还是我错过了什么?

0 投票
1 回答
205 浏览

android - QuickBlox 聊天,通过泄露 vc908.stickerfactory 的 IntentReceiver,unregisterReceiver 错误

我正在使用Quickblox chat sample. 当我运行聊天应用程序时,没有错误。

但是在杀死进程项目之后,应用程序发生崩溃。因为AnalyticsTaskReceiverUpdatePacksTaskReceiver.

当我使用vc908.stickerfactory library时,聊天活动有警告,ChatActivity 已经泄露了vc908.stickerfactory.o@32b64b7c最初在这里注册的 IntentReceiver。

你错过了一个电话unregisterReceiver()?所以我试图找到注册的接收者但没有找到。

我该如何修复这个错误?

我用这个;`compile('vc908.stickers:stickerfactory:0.2.2@aar') { 传递 = true; }'

`公共类 CustomBuyingChatActivity 扩展 BaseActivity 实现 KeyboardHandleRelativeLayout.KeyboardSizeChangeListener {

// 现在我不需要 GroupChat;

0 投票
2 回答
183 浏览

quickblox - Quickblox javascript sdk 在 nativescript 中工作吗?

我了解 Quickblox javascript sdk 使用 jquery 和 nodejs 模块。那么它适用于 nativescript 吗?

0 投票
1 回答
157 浏览

android - 带有 Proguard 的 Quickblox-2.4

我正在尝试将 Proguard 与 Quickblox-2.4 jar 集成。我的 logcat 显示此异常:

这是我的 Quickblox 的 proguard 配置文件内容:

我认为可能是这段代码给出了错误,但我不确定。请帮忙!提前致谢。

0 投票
1 回答
1273 浏览

android - How to clear quickblox unread message count in chat server?

I am building a chat app with quickblox SDK, and want to clear the unread message count in the chat dialogs(list items in group chat) when the user clicks and views the messages inside the group.For this I found this piece of code,

Here messagecache is a bean class containing all the details about a message(I have to set this manually.Marking a message as read requires MessageId as per markMessageAsRead function.However, I don't know from where to get this message_id(messageCache.getId()), from each dialog(group) I get last message sent (text) and sender Id but not messageId and also there seems to be a rest API to mark all the messages inside a group as read, wherein I need to pass only dialog Id.Kindly suggest how to get the message id (is it mandatory to add it to the messagesId list?) or should I use rest API instead(not part of SDK)?

0 投票
1 回答
975 浏览

android - Quickblox 错误:在 Android 中登录 ChatService 时出现“意外签名”

我在我的 android 应用程序中集成了Quickblox SDK V2.2.5 ,我发现当我们使用 FacebookSocialProviders和Twitter,聊天不起作用。

ChatService因此,在收到 Quickblox 的所有必需单例类的成功后,当我们尝试登录时,就会发生无法正常工作的确切错误。

以下是我的代码:-

同样的日志是:-

0 投票
0 回答
627 浏览

android - Qucikblox 错误:Android 中 Twitter 登录的 [Bad Authentication data]

我在我的 android 应用程序中集成了Quickblox SDK V2.2.5以使用Social Integration Twitter,但它抛出错误:'{"errors":["Bad Authentication data"]}'

以下是我的代码:-

这是显示的日志:-

任何帮助深表感谢。

谢谢!

0 投票
1 回答
31 浏览

quickblox - 发送消息时出现空点异常

我在 /com.quickblox.q_municate/ui/friends 下添加了新的类文件。我想向另一个用户发送消息。我使用 Quickblox API 编写了代码,代码如下。

我在这里得到空点异常