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 {}
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!