According to VCard/JCard Specs, empty entries should be empty string instead of null values.
To avoid the problem, I was forced build contact with no address related properties, then instantiate and create the Contact.Property for address and finally add it property list of the built contact.
According to VCard/JCard Specs, empty entries should be empty string instead of null values.
To avoid the problem, I was forced build contact with no address related properties, then instantiate and create the Contact.Property for address and finally add it property list of the built contact.