I call ABAddressBookCopyPeopleWithName(book, fullname); which is supposed to return an array of ABRecords for all the names that match fullname from the AddressBook. Since this has a Copy in it s name, it s returning with a retain count of 1 which I should release. What if it couldn t find any matching names? Should I still release it? Is the empty object set to nil? Or is it just empty, and calling release will cause a crash?
I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...