Community Questions & Answers

Contaxts EXCP

Does Ti have a work-around for this: I have a Naxa 7" tablet running Android 4.1.1 that does NOT provide access to the Contacts module. It breaks with comment: "null Exception Pointer" when I try to acces Contacts: Does Ti provide a propetry...

iOS - Contact Profil Pictures

Hello there, iám searching on the web since this morning but i can´t find a documentation or something like that, where i can find a solution for my problem. I have an tableview with the names of contacts but i want the profil pictures on the left...

Android: How to Get Email From Person in Contacts?

I'm using the Ti.Contacts.showContacts method so the user can select a Person from the phone's contacts. Once the user gets the Person, I want to print out the Person's email addresses. If I put the following code in app.js and run the project on the...

getAllPeople works only once

Hi all, I try to get all contacts with Ti.Contacts.getAllPeople and it works fine, but if I make some changes in my contacts go back to my app and open the view again, I dont have the last changes in it. So the question ist why and how to fix it!?

Contacts access in iOS 6

Dear readers, Can someone tell me what I'm doing wrong? I want to get contacts from an iOS device with iOS 6. I need to request authorization, but I never see the request popping up. From the first boot, it preforms only the first if statement, which...

Linked Contacts iOS 6

Hi, there is actually an API documentation for the linked contacts on iOS6? How do I know if I can edit a contact or not? When editing a facebook-contact the app crashes: [ERROR] Failed to set contact property note: The operation couldn’t be...

replace string fails

Type: Mobile SDK:2.0.1 (04/12/12 16:33 999c68a) Platform iOS Device iOS simulator Host OSX 10.7.5 I am pulling data from the devices(iOS) contacts. The phone and email fields contain characters that I want to remove. I am trying to use the replace to...

New Contact Authorization

So it seems after you ask the user for authorization to access contacts the first time... you can NEVER ask again. I have a switch in my app where the user can save the contacts in the app to their address book if they like. In the event they at one time...

Ti.Contacts module broken?

Hey there, First of all: I've searched for the last three days to find a solution without asking, but unfortunately there are neither any similar posts nor a solution outside the q&a. I try to get my contacts and work their profile-data to fill a...

Sort Contacts By Last Name

I simply need to sort a list of contacts by last name. I know about the `CONTACTS_SORT_LAST_NAME` property, but I have no idea how to use it. I found a sort of answer in Google, but it involved creating groups, which is something I'd like to avoid. So,...

Unable to sort contacts

titanium mobile sdk 2.0 iphone sdk 5.1 Hi, I am currently struggling with sorting contacts. I am able to display all contacts but I am unable to sort them by firstname. I am using this: ~~~ var getContacts = Ti.Contacts.getAllPeople(); ~~~ I tried...

Contacts Twitter Handle

I'm accessing the contacts via Ti.Contacts.getAllPeople(). I need to get the Twitter handle if it exists, but I'm not seeing any accessor functions for that property nor that property listed on the...

Contacts Module / undefined

Hi folks, I cant use Titanium.Contacts module . Am i download some module , package etc for using this ? development platform : iOs 4.2 Titanium Studio : 1.0.8.20111122221919 os : mac osx 10.6.8 here is my code : ~~~ var btnAddBuddy =...

Add an item to a multivalue

Hi there... I am attempting to extend a contact value. Creating a new contact as follows works fine : ~~~ var phone = {"main" : ['1234']}; e.person.phone = phone; ~~~ however when there is already data in the multivalue, I am unsure how to...

Contact Address, How do you parse through the info

The contacts api can return an address. For example I am trying to get the info about the home address. I can't seem to parse through the object that is returned. It's not a JSON and it's not a table. How do I access the CITY or COUNTRY for example?...

Contacts syntax

Hi, I try to save contacts to iPhone. The following code snippet kills the app and show error: ~~~ 2011-10-25 12:00:52.771 PrivateIslands[99092:207] : -[__NSCFString countByEnumeratingWithState:objects:count:]: unrecognized selector sent to instance...

Contacts: Link to a contact Window in a the contacts app

I would like to have a button that when clicked opens up the contact in the contacts app. I can't seem to find the proper method in the API. I know how to retrieve all kind of info or open the picker but is there a way to make the contacts app open the...

Regarding Titanium.Contacts

What I would like to do is press a button called "select contact" and it let them pick from their contacts, but only ones that have a value for SMS. Is this possible with the Titanium.Contacts part of the API, and if so, does anyone have a...

Showing 1-50 of 117 1 2 3