Apurva DONGRE creó una publicación,
Stopped getting Voip calls in inactive state , Even though the certificate is properly uploaded properly.. What is the reason ?
Apurva DONGRE creó una publicación,
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 hizo un comentario,
Try putting self.registerForPushNotifications() outside the thread.... func configRainbow() { DispatchQueue.main.async { ServicesManager.sharedInstance()?.setAppID(kID, secret...
Apurva DONGRE hizo un comentario,
Can you share the set of code in didFinishlaunching method ?
Apurva DONGRE hizo un comentario,
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 hizo un comentario,
This issue is solved. Thanks.
Apurva DONGRE creó una publicación,
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 hizo un comentario,
It is like this : *** -[RainbowConversationViewController itemsBrowser:didAddCacheItems:atIndexes:]: message sent to deallocated instance 0x103ff0800 Thanks.
Apurva DONGRE hizo un comentario,
We are getting this warning in "didAddCacheitems atIndexes" of item browser.
Apurva DONGRE creó una publicación,
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 ...