Basically create a new contact in the Contacts on iOS and whatever is equivalent on Android.
Asked
Active
Viewed 502 times
0
-
You'll have to use (or create) a Native Extension to access the contact APIs in the underlying mobile OS. This is not built natively into Adobe AIR. – JeffryHouser May 07 '12 at 21:54
1 Answers
2
You can try the ContactEditor Native Extension, available on Github. It's a native extension for Adobe Air Mobile which works with both iOS and Android. It allows you to add new contacts to your native contact list from an air app. ContactEditor is written by Paweł Meller and Mateusz Maćkowiak.

Gunnar Karlsson
- 28,350
- 10
- 68
- 71