Alterplay / APAddressBook

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

Contact phone number array object prefix with (null) ((null)) - in Xcode 8.2.1 #161

Open asheesh5391 opened 7 years ago

asheesh5391 commented 7 years ago

I am getting the result of contact phonelabels as

[(null) ((null)) - 888-555-5512, (null) ((null)) - 888-555-1212]

belkevich commented 7 years ago

Look like you forget to set APContactFieldPhonesWithLabels to fieldsMask

asheesh5391 commented 7 years ago

I have already set it

belkevich commented 7 years ago

Could you provide the code that prints output?