export all the contact details from iphone -


I want to export all contact details of the iPhone and uplaod on the server

It is Xcode or do i need a third party software ??

You can export the contacts from XML string and can pass it to the web service. To get details such as first name, last name, address etc., iterate over all contacts and export contacts to XML. Hope this will be useful.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -