Agora-Flutter-RTM-SDK icon indicating copy to clipboard operation
Agora-Flutter-RTM-SDK copied to clipboard

Flutter wrapper around the Agora Real Time Message SDKs for Android and iOS

Results 46 Agora-Flutter-RTM-SDK issues
Sort by recently updated
recently updated
newest added

The `agora_rtc_engine` package has already fixed the need for this feature, here is the PR: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/pull/1130

How to reproduce the crash: 1. Start a call. 2. Accept the call from iOS app immediately after ending the call from remote side. This should fix the issue #167

Some customers encountered issues when integrating with `agora_rtc_engine`. To address this, additional configurations are required during the integration process.

Prepare Build for App Store Connect Error Invalid Executable. The executable 'Runner.app/Frameworks/AgoraRtmKit.framework/AgoraRtmKit' contains bitcode. Note there are workaround available online, eg: https://medium.com/@abdulahad2024/fixing-bitcode-issues-in-xcode-16-how-to-resolve-invalid-executable-errors-when-uploading-ios-da07a5a39c7c But this should be fixed within the package....

### Version of the agora_rtm 2.2.1 or `main` branch here ### Platforms affected - [ ] Android - [X] iOS - [ ] macOS - [ ] Windows - [...

**Describe the bug** App crashed on building apk and installing it. **To Reproduce** Steps to reproduce the behavior: 1. build sample apk with flutter build apk 2. install on real...