Last message property return nil in case of message only with attachement without no text. I have tried lastMessage.body or lastMessage.attachment.fileName both return nil. Is it bug or should be l...
[!] Error installing RainbowSDK[!] /usr/bin/curl -f -L -o /var/folders/wb/vw73xvcd04x77qlzrlyllt5h0000gn/T/d20220630-63815-193cvt4/file.zip https://sdk.openrainbow.io/ios/cocoapod/RainbowSDK_2_4_1....
Im receiving push notification with encrypted data. In docs I have found method disablePushEncryption but this method on NotificationsManager is not longer available. How do I show message text in...
API on some uploaded images returning error 2022-06-20 12:24:08.680937+0200 DholRainbow[6600:8667217] [FileSharingService:1271] Could not download attachment, error Error Domain=Network Code=404 "R...
I have very bad performance when I load messages which contain attachment to the view. Im using lazyVStack, so only messages which are in viewpoint are actually loaded. If I dont load messages wit...
What is proper way to play uploaded video using iOS SDK? I was trying to pass URL from message.attachment?.url object but this always refuse with message No authorization token was found
Can someone update documentation for SWIFT for Instant Messaging? Also GIT example its quiet out of date. https://developers.openrainbow.com/doc/sdk/ios/lts/guides/Instant_Messaging
//Swift if (ServicesManager.sharedInstance()?.loginManager.isConnected ?? false) { let photo: UIImage = UIImage(named: "new-avatar")! ServicesManager.sharedInstance()?.contactsManagerServ...
SDK does not work with latest Xcode version Failed to build module 'Rainbow'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clan...
In Android SDK is possible to send isTyping status. I have not seen any mention for iOS. Is it available or not?