Hi,
is it possible get all phonebook of iphone with a web application??
Best regards
Samantha
Hi,
is it possible get all phonebook of iphone with a web application??
Best regards
Samantha
A web application run on browser and its restricted to access only client script. By client script(Javascript/JQuery) we can't access any library/API on device.
To access phone book you need to create an iPhone native app. Ones u get the data then you can send it to server either by XML or JSON request.
So the answer for your question is NO.