有没有人在 ios 上使用 mobileAddContact 并设法添加地址?
到目前为止,我可以添加姓名、联系方式(电话、电子邮件等),但无法添加地址详细信息(街道、城市、邮编等)。
这是我写的代码;
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"
任何帮助,将不胜感激。
蒂亚,AA。