Patrik Spisak a ajouté un commentaire,
Application time to time crash with PushKit - [PKPushRegistry _terminateAppIfThereAreUnhandledVoIPPushes] I believe this is handled in SDK, can you take a look ?
Patrik Spisak a ajouté un commentaire,
Did you get the logs? I've send you at 21.11.23
Patrik Spisak a créé une publication,
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...
Patrik Spisak a ajouté un commentaire,
Its not fixed at all. Fallback number is always reset to "Not defined" when application is terminated.
Patrik Spisak a créé une publication,
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.
Patrik Spisak a ajouté un commentaire,
Thanks, This was crucial thing what I missed in my code 10E5
Patrik Spisak a ajouté un commentaire,
Im still not able to get second call of notification. Something definitely Im doing wrong. var timeStamps = [NSNumber]() if let messages = (notification.object as? NSDictionary)?["oc...
Patrik Spisak a ajouté un commentaire,
What type of aroundTimestamps is expected? I see array of any aroundTimestamps:(NSArray * _Nonnull)timestamps But If I pass an array of [Date] I got crash. var timeStamps = [Date]() ...
Patrik Spisak a créé une publication,
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...
Patrik Spisak a créé une publication,
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...