addressbook - Objective C Address Book Check if User Exists by ID -


i having trouble checking see if user exists in address book in objective c. have unique id of user save in db.

if(abrecordgetrecordid((__bridge abrecordref)([contacts objectatindex:i])) != null) 

i running in while picking unique id saved in array called contacts.


Comments