Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9703] iOS: createContact with kind creates empty contact on the device

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-07T22:38:42.000+0000
Affected Version/sRelease 2.0.2, Release 2.0.1
Fix Version/sn/a
ComponentsiOS
Labelsapi, community
ReporterTobias Reike
AssigneeEric Merriman
Created2012-06-19T02:05:32.000+0000
Updated2017-06-07T22:38:42.000+0000

Description

This is working: Ti.Contacts.createPerson({ firstName : 'First', lastName : 'Last', address : { 'work' : [workAddress1] }, phone : { work : [workPhone], }, }); This is not: Ti.Contacts.createPerson({ kind: Ti.Contacts.CONTACTS_KIND_ORGANIZATION, organization: "Company", address : { 'work' : [workAddress1] }, phone : { work : [location.phone], }, }); It creates an empty contact in the iOS addressbook.

Comments

  1. Lee Morris 2017-06-07

    Closing ticket due to the time passed and lack of progress.

JSON Source