You're right the login/logout/reconnect process has involved since the documentation and sample codes were written. Now the kLoginManagerDidReconnect notification is only sent by the SDK when : th...
Hi Rick ! > If I simply access the 'conversations' array again, it just gives me the cached conversations that were last fetched from the server. The SDK manage the conversations array by listening...
Hi Rick, I just added a "load more" button in the ChatViewController in the Swift demo app : https://github.com/Rainbow-CPaaS/Rainbow-iOS-SDK-Samples/tree/master/Rainbow-iOS-SDK-Sample-Swift You sh...
Yes iPadOS is supported
The general pattern to browse messages from a conversation is : -(void) loadMessages { if (self.conversation.isSynchronized && ![self.messagesBrowser hasMorePages]){ NSLog(@"This conversation is...
> I can see that the ‘conversationsManagerDidAckMessage’ notification is used to notify the sender when the message status> changes from sent to received. When I look at the status in my app on the...
Hi Gilson ! May you please send us the error logs you are getting when trying to send the image on iOS ? Thanks, Vladimir
Hi David, I'm happy to read that you made progress with the push notifications ! Regarding the crash when trying to pick up the video call may you please send me the logs you should get on the cons...
Hi David, The right method to call is the first one, the completion handler has been added afterward: [[ServicesManager sharedInstance].notificationsManager registerForUserNotificationsSettingsWith...
Hi Apurva ! Could you please provide us the location in the code (the call stack) where you are getting "message sent to deallocated instance". Thanks in advance, Vladimir.