favorite

How can I access the iPhone favorite numbers using Objective C?

Hi! I am writing an application using Objective C and I want to access the iPhone favorites numbers (the ones that can be found in the "Phone" application). I've searched among the properties specific to each contact from the Address Book and I even had a look at the Address Book database, but I couldn't identify which property or field...

sometimes there is a problem with add favorite name

in some of the websites i have, when adding to favorite with IE button the name of the favorite that is auto filled in by the page title is sometimes not getting the name and insted it gets the url where the "/" is replaced by "-" and ":" is removed what is the problem? the websites are hebrew or english, encoding is utf-8 or windows-12...

Is NSUserDefaults the correct place to store a list of favorites?

Hi, I am programming an app for iOS, allowing the user to make connections via tcp/ip. The user is able to save a server as a favorite. To make this possible I am serialising the server object and storing it to the NSUserDefaults. Is this the correct way to go or should I rather save the serialised object to the file system? Thanks, M...