This code allows you to receive only one contact:
Ti.Contacts.showContacts({ selectedPerson : function(e) { Ti.API.info('Phone Number : : ' + e.person.phone); Ti.API.info('Email : : ' + e.person.email); }How can I select multiple contacts? (Using checkbox)