open-im-sdk-ios
open-im-sdk-ios copied to clipboard
An OpenIM SDK in Objective-C for iOS
### What would you like to share? I want to support iOS 12, but the latest version only supports iOS 13. Which version of SDK should I choose? ### Additional...
### What would you like to share? I found that the API related to get conversation in the document are all asynchronous. Why don't they return synchronously? This will be...
### What happened? i dismiss group from server, iOS didn't receive onGroupDismissed, Android has the same problem ### What did you expect to happen? dismiss group from server, receive listener...
### OpenIM Server Version 2.2 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Source Code Deployment ### Bug Description and Steps to Reproduce 群聊发送图片、语音、视频失败,单聊能发送成功,sdk2.2的demo也是一样的 ### Screenshots Link...
### OpenIM Server Version 3.7.1 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Source Code Deployment ### Bug Description and Steps to Reproduce iOS平台无法接收其他平台发送的 OIMCustomElem 的description字段的数据 ###...
### What happened? - (void)onRecvNewMessage:(OIMMessageInfo *)msg{ } Don't get OIMMessageContentTypeTyping news ### What did you expect to happen? Another user is typing ### How can we reproduce it (as minimally...
### What would you like to share? 在Xcode中設置excluded architectures的debug為any ios simulator sdk為arm64時,可以build app,但執行會卡住,並導致process卡住cpu100%,且不能強制刪除process。 ### Additional information SDK version:3.5.1 Xcode version:15.1, 15.2, 15.3
### What would you like to share? 【Reachability.h】 and 【Reachability.m】 may have the same name as in other projects,this can cause symbol conflicts when compile. Please replace Reachability with OIMReachability....
### OpenIM Server Version main and release-3.8.0 ### Operating System and CPU Architecture macOS (ARM) ### Deployment Method Docker Deployment ### Bug Description and Steps to Reproduce 2024-10-21 10:21:45.216 [34mINFO[0m...
### OpenIM Server Version 3.5.1/ 3.8.1 ### Operating System and CPU Architecture iPhone ### Deployment Method Source Code Deployment ### Bug Description and Steps to Reproduce 接入3.5.1sdk能进行正常的收发消息,但是放置在后台一段时间大概10分钟后再重新进入app会闪退。当我不使用sdk后,就正常了。 更新到3.8.1后闪退好像没发生了。但是在收发消息变得很慢,特别是第一次进入聊天会话,发送消息,会等待好几秒。 ### Screenshots...