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...
Hello, Do you have the permission to use this feature? What do you get with: ServicesManager.sharedInstance().myUser.isAllowedToUsePersonalDirectory
Please provide full logs
Hello, Sorry the method `fetchContactsWithPattern` is on the property `searchManager` of the contactsManagerService let criteria = ContactsSearchCriteria() // Setup the criteria depending on what y...
Hello, In fact you can create a PhoneNumber object (sorry this is obj-c but should be same in Swift) : PhoneNumber *phoneNumber = [[PhoneNumber alloc] initWithPhoneNumberString:@"0123456789"];
Hello Patrik, The last message of a conversation shouldn't be nil even for an attachment. Could you make some try with voice message or location? Also, how do you get the last message? Thanks
Thanks Patrik for the feedback!
Hello Patrik, You can change the environment on the Rainbow app : Log out from the app Open Safari and type following : rainbow://sandbox.openrainbow.com Validate and you should have a popup to op...