This is terrible support. 6 days and no answer at all.
Thanks, I thought that draft is also saved on server, did not expect that is only assigned as object and pass back to conversation object.
Unfortunatelly I dont have logs, I just saw crash report in AppStore Connect. For my account this kind of crash never happen.
Application time to time crash with PushKit - [PKPushRegistry _terminateAppIfThereAreUnhandledVoIPPushes] I believe this is handled in SDK, can you take a look ?
Did you get the logs? I've send you at 21.11.23
Its not fixed at all. Fallback number is always reset to "Not defined" when application is terminated.
Thanks, This was crucial thing what I missed in my code 10E5
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...
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]() ...
I took latest one from https://github.com/Rainbow-CPaaS/Rainbow-iOS-WebRTC Probably this github repo is not up to date anymore? I manualy embed SDK from https://sdk.openrainbow.io/ios/sdk/SDK_2_7_1...