In the picture you see last three messages, two last were attachments which I've tried to delete. On first load chat messages I see CKItemsBrowser ADD Optional(2022-06-15 14:03:58 +0000) isDeleted...
Because Im confused if I were doing something wrong. But here in picture you can see last 3 messages. But when Im checking log in xcode I see 2022-06-14 12:10:05.626236+0200 DholRainbow[67213:544...
Also API does not returning avatar data back, always return nil if servicesManager?.loginManager.isConnected ?? false { guard let personalProfile:Contact = servicesManager?.myUser.c...
I can see avatar on Rainbow web-sandbox.openrainbow.com. Also I can delete from there, but not with API call. I have tried delete, then upload from API, that was successfull but when I tried to d...
I have tried DispatchQueue.main.async {let error: NSErrorPointer = nilself.servicesManager?.contactstManagerService.deleteUserAvatar(error)} And does not work. Avatar was not deleted. Log say Upd...
Also calling function from MyUser class .setAvatar throw en error Terminating app due the uncaught exception 'NSInvalidArgumentException', reason: '-[__NSSingleEntryDictionaryI removeObjectForKey...
Thanks for an answer. I guess that telephonyService can be used only when is connected to PBX right? Because right now Im getting nil from TelephonyService class.