issues
search
capacitor-community
/
contacts
Contacts Plugin for Capacitor
https://capacitor-community.github.io/contacts/
125
stars
54
forks
source link
feat(contacts): add support for iOS 18 limited contact access
#137
Open
daniloargentiero
opened
2 months ago
daniloargentiero
commented
2 months ago
Updated permissions handling to recognize and support the new
.limited
authorization status introduced in iOS 18.
Integrated
CNContactPickerViewController
to handle contact selection, including the ability to select multiple contacts.
Added support for fetching and returning contacts when the user grants limited access, ensuring proper data flow with the new privacy model.
Refactored permission request flow to handle new iOS 18 privacy features for contact access.
.limited
authorization status introduced in iOS 18.CNContactPickerViewController
to handle contact selection, including the ability to select multiple contacts.