-
Notifications
You must be signed in to change notification settings - Fork 6
Added UID to Person object #34
Conversation
Merge to latest version
ffflorian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would need to be reflected in the JS API, too.
|
Hi @ffflorian thanks for the review, just added |
|
@ihappycoder thanks, I'll check with the team. |
|
Hi all, |
|
Hi @marcoconti83, updated PR description. We use this lib in out electron application to list contacts from address book, and users able to pin contacts on top in that list, so we need that uid to store it internally and then identify pinned contacts. Now we installing this lib via npm directly from the fork and it works well |
|
Thanks @ihappycoder ! |
|
Published in |
Very nice to hear, thanks all! :) |
Added
uidfield to Person object for cases where the app needs to store some internal information related to the specific contact.UID - The unique ID for this record. It’s guaranteed never to change, no matter how much the record changes. If you need to store a reference to a record, use this value. (https://developer.apple.com/documentation/addressbook/kabuidproperty?language=objc)