Contact from iOS not working

You must Login before you can answer or comment on any questions.

I'm trying to grab a contact from the iOS address book (Android actually works fine for once), and in my code, I'm not getting any values for the selected person.

selectedPerson: function(e) {
 
                var friend_name= e.person.firstName+ ' '+e.person.lastName;
                var lastname = e.person.lastName;
                Ti.API.info('person: ' + JSON.stringify(e.person));
                return;
In Android, I get values. In iOS, e.person is just returns {}

— asked 11 months ago by Josh Lewis
0 Comments

1 Answer

Hello, Did u refer this link

http://developer.appcelerator.com/question/128029/allow-user-

Your Answer

Think you can help? Login to answer this question!