Skip to main content
Participating Frequently
May 19, 2011
Question

Address Book

  • May 19, 2011
  • 4 replies
  • 3116 views

Hi,

I need to read data from mobile Address Book.

Does anyone know how can I do? Any suggestion? via actionscript, as3 any way

Now I'm lookin for iPhone/iPad solution but in future Android too

This topic has been closed for replies.

4 replies

Participating Frequently
June 8, 2011

Given that it accesses the contacts database file directly, I suspect the techjnique only works on jailbroken iPhones.

x_a_n_d_e_r
Participating Frequently
June 8, 2011

Can someone verify this?

Participant
June 7, 2011

haven't tested it out yet, but this http://code.google.com/p/as3iphone/source/checkout api is supposed to work...

Participating Frequently
June 8, 2011

Thanks for this information... SQLlite... good.

I tried yesterday and I was able to access the iphone's phonebook.


x_a_n_d_e_r
Participating Frequently
June 8, 2011

With this API, is it also possible to add a new contact?

June 6, 2011

I don't think that air 2.6 has have access to the phones contacts / address list at this time.

x_a_n_d_e_r
Participating Frequently
June 5, 2011

I would also like to know if this is possible.