Ralph S Theart created CB-7838:
----------------------------------
Summary: Contact Picker returns -1 as the id for all contacts
Key: CB-7838
URL: https://issues.apache.org/jira/browse/CB-7838
Project: Apache Cordova
Issue Type: Bug
Components: iOS, Plugin Contacts
Affects Versions: 3.5.0
Reporter: Ralph S Theart
Can anyone confirm that the contacts plug-in returns -1 for any contact id
return from a device but it on the simulator returns a valid unique ID?
Its strange..I have ios8 devices that return -1 for any contact picked...but
the same action on the simulators returns a positive integer.
{code:title=From iOS 8 Device|borderStyle=solid}
{
"id": -1,
"rawId": null,
"displayName": null,
"name": {
"givenName": "Aunte",
"formatted": "Aunte Aline",
"middleName": null,
"familyName": "Aline",
"honorificPrefix": null,
"honorificSuffix": null
},
"nickname": null,
"phoneNumbers": [
{
"type": "other",
"value": "01141223*******",
"id": 0,
"pref": false
}
],
"emails": [
{
"type": "home",
"value": "vito.******@bluewin.ch",
"id": 0,
"pref": false
}
],.........
{code}
{code:title=From ios-sim}
{
"id": 7,
"rawId": null,
"displayName": null,
"name": {
"givenName": "Test",
"formatted": "Test",
"middleName": null,
"familyName": null,
"honorificPrefix": null,
"honorificSuffix": null
},
"nickname": null,
"phoneNumbers": [
{
"type": "home",
"value": "(954)\u00a0646-7923",
"id": 0,
"pref": false
}
],
"emails": null,
"addresses": null,
"ims": null,
"organizations": null,
"birthday": null,
"note": null,
"photos": null,
"categories": null,
"urls": null
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]