Patrik Spisak

  • Total activity 104
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 31

Posts

Recent activity by Patrik Spisak Recent activity Votes
  • Call Logs | iOS

    I have a question how do you getting display name in call logs in your application? I have compared fetched logs in API and what I see in your App. In our second company they are using OXO while we...

  • iOS | Fallback number

    Hello, is it bug that fallback number is reset to "Not defined" always when app is terminated and reopen again? It's happening also in your official Rainbow app for iOS.

  • iOS SDK 2.8.0 | kSearchDidFoundMessagesInAConversation

    Hello, in SDK 2.8.0 Im not able to retrieve messages property anymore. In 2.7.1   if let messages = (notification.object as? NSDictionary)?["occurences"] as? [Message] {            for message in m...

  • iOS | Incoming Voip Push Handled

    What is purpose of  ServicesManager.sharedInstance().notificationsManager.incomingVoipPushHandled() and how and where to use it? Also sometimes I have weird behaviour of VoIP push notification, for...

  • iOS | Conference Call

    Hello, there is no documentation for conference call . In Android they have section about that. Can you please update documentation or provide how to create conference call? Im trying to switch fro...

  • iOS | RainbowSDK 2.7.0

    Can you start providing proper changelog when you are doing changes which are not only bugfixes how you mentioned in your changelog? You have change API for CallLogs but you are not worried about t...

  • iOS | API bugs

    App crash sometimes with an error -[PKPushRegistry _terminateAppIfThereAreUnhandledVoIPPushes] Also when phone call is taken with other device than Rainbow, (fix phone for example) call log is mark...

  • iOS | cached contacts

    How do I access cached contacts in SDK? I have seen method startLoadingCaches() but no further explanation. Im trying to implement Siri voice calling but I need to access contacts in Rainbow when a...

  • iOS | Missed calls notification

    I have not found any documentation how to handle missed call notification also with badge. For messages Im receiving push notification and showing badge of unread messages, but for missed calls I h...

  • iOS | Personal contacts

    Which method is for creating own personal contacts?  I have tried serviceManager.contactsManagerService.directoriesManager.createPersonalContact(<#T##updateBlock: (ContactDirectoryBuilder) -> Void#...