I have also tried on sandbox and have exact same issue than you. I have seen that the CDN server is used in the URL for sandbox to get avatar and it seems it's not working. So I need to fix it in t...
Hello Patrik I have checked on the public API and you are right, this part is not documented. I will add in the documentation. For quick help to update these fields, you need to call the method upd...
Hello, You can enable low usage data for video calls by changing the following setting: ServicesManager.sharedInstance().myUser.isLowUsageDataActivated = true Nghia
The draft message is only local and is not shared by clients through server. Also, the value is only saved in memory so if the user terminates the app and relaunches it, the draft message is reset.
Hello, You just need to create a new DraftMessage object, define values you need and set it to the conversation. For example: let draftMessage = DraftMessage() draftMessage.text = t...
Hello Hiro, Thank you very much for this information. Nghia
Hello Hiro, The link has changed to: https://developers.openrainbow.com/doc/sdk/ios/lts/guides/CHANGELOG Could you tell me where you have found this link? Maybe we have forgotten to update, thanks.
Thanks for the feedback. - Check if contact is personal : contact.isDirectoryContact(.personal) - Fetch of all personal contacts is not yet available, it has just been developed in official app 114...
I have checked with backend team and the issue is about the country which is empty. It is required and it must be in ISO-3166-1-alpha3 format. In the Rainbow SDK you can use following as default: S...
I don't know if it changes anything but I have "builder" instead of "contactBuilder", can you try? Also on your official app, you are able to create the account on the same environment / account? I...