Closed fpaaske closed 3 years ago
Alright - can you submit a PR. Anyway, are you interested in becoming a collaborator? This repo needs help to stay maintained.
I'd love to help, but I don't know how to work with plugins and would need some good introductions to even get started.
Now the methods
getContactById
andgetContactsInGroup
will always fail unless you add the keycom.apple.developer.contacts.notes
to the app.entitlements as described hereIn addition you'll have to apply to Apple to request permission to use this entitlement.
I believe most apps needing access to contacts, won't need access to the contact notes by default. Please consider removing "note" from
keysToFetch
and let callers of the method provide the list instead.