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