You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2015/11/25 11:31:11 UTC

[jira] [Closed] (CB-7838) Contact Picker returns -1 as the id for all contacts

     [ https://issues.apache.org/jira/browse/CB-7838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Kotikov closed CB-7838.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 2.1.0

This should be fixed in https://github.com/apache/cordova-plugin-contacts/pull/86

> 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: Plugin Contacts
>    Affects Versions: 3.5.0
>         Environment: org.apache.cordova.contacts 0.2.14 "Contacts"
> Cordova CLI version: 3.6.3-0.2.13
> iOS platform:
> Code version: v0.10.25
> Cordova version: 0.21.13
> Xcode 6.0.1
> Build version 6A317
>            Reporter: Ralph S Theart
>            Assignee: Vladimir Kotikov
>              Labels: iOS, reproduced, triaged
>             Fix For: 2.1.0
>
>
> 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org