Apurva DONGRE created a post,
Stopped getting Voip calls in inactive state , Even though the certificate is properly uploaded properly.. What is the reason ?
Apurva DONGRE created a post,
I am unable to delete my failed which is the last message , even though i have called the method, [self.conversationsManager deleteMessage:_conversation.lastMessage inConversation:_conversation]; ...
Apurva DONGRE commented,
Try putting self.registerForPushNotifications() outside the thread.... func configRainbow() { DispatchQueue.main.async { ServicesManager.sharedInstance()?.setAppID(kID, secret...
Apurva DONGRE commented,
Can you share the set of code in didFinishlaunching method ?
Apurva DONGRE commented,
Hello Prakash , Hers's the solution i came up with ,I just put the code on main thread.. dispatch_async(dispatch_get_main_queue(), ^{ [[ServicesManager sharedInstance] setAppID:kAppID secretKe...
Apurva DONGRE commented,
This issue is solved. Thanks.
Apurva DONGRE created a post,
If my app is in inactive state and if a push notification comes , my app crashes while launching. This set of code is present in didFinishLaunchingWithOptions : [[ServicesManager sharedInstance] s...
Apurva DONGRE commented,
It is like this : *** -[RainbowConversationViewController itemsBrowser:didAddCacheItems:atIndexes:]: message sent to deallocated instance 0x103ff0800 Thanks.
Apurva DONGRE commented,
We are getting this warning in "didAddCacheitems atIndexes" of item browser.
Apurva DONGRE created a post,
We are using SDK 1.49.0 and we have encountered a big problem. Whenever we go to any chat and immediately come back to the list and repeating the process several times , the app gets stuck and the ...