Brett

Results 46 comments of Brett

```swift /** * Group has been disbanded. */ - (void)onGroupDismissed:(OIMGroupInfo *)changeInfo; ```

@script-neutron hi, Is there more exception information? Start with the call to "createImageMessageFromFullPath".

1. what version of SDK are you using? 2. Can you go to the sandbox and see if this file really exists? 3. All logs that call "createImageMessageFromFullPath" to send...

Will the demo run correctly on your iPhone? And use Flutter SDK 3.7.12 https://github.com/openimsdk/open-im-flutter-demo

@script-neutron @abel-wang-git hi, `"dataDir: apath," ` this input parameter needs to end with "/". like this: `"dataDir: xx/xx/" `

> 3.8进入聊天会话会一直触发initSDKWithConfig的onConnecting 跟onConnectSuccess的回调方法 Maybe it's not connecting to the server?