Has anyone used mobileAddContact on ios and managed to add an address?
So far I can add the name, contact details (phone, email etc) but I can't add the address details (Street, City, Zip, etc.).
This is the code I've written;
mobileAddContact \
"firstname", tFirstName, \
"middlename", tMiddleName, \
"lastname", tLastName, \
"prefix", tPrefix, \
"organization", tOrganisation, \
"emailhome", tEmailHome, \
"phonemobile", tPhoneMobile, \
"phonehome", tPhoneHome, \
"phonework", tPhoneWork, \
"note", tNote, \
"addressstreethome", "Street Name", \
"addresscityhome", "City Name", \
"addressstatehome", "State Name", \
"addressziphome", "Postcode", \
"addresscountryhome", "Country"
Any help would be appreciated.
TIA, AA.