Alterplay / APAddressBook

Easy access to iOS address book
MIT License
1.38k stars 193 forks source link

Unable to get the address information #155

Closed pushian closed 7 years ago

pushian commented 7 years ago

For the contact with the address information, the APContact.addresses is still nil.

belkevich commented 7 years ago

Do you set fieldsMask with APContactFieldAddressesWithLabels or APContactFieldAddressesOnly?

pushian commented 7 years ago

@belkevich How can I do this setting? I did not see any instruction for this part.

belkevich commented 7 years ago

@pushian section Select contact fields bit-mask in Readme

pushian commented 7 years ago

@belkevich solved, thanks belkevich!

belkevich commented 7 years ago

You are welcome!