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