Hi, Yes when I updated to 2.4.1 avatar update/remove working fine.
I dont have anything in logs about decryption.
I have create UNNotificationServiceExtension for decoding encrypted messages. But calling method ServicesManager.sharedInstance().notificationManager.decryptNotificationContent(userInfo: userInfo)...
But how server updating the badge number? I can overwrite badge number on app start, but my problem is that right now is still showing number 11 and on each receive push notification this number g...
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...