-
-
Notifications
You must be signed in to change notification settings - Fork 847
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Why it is needed?
On v5.2.6, contact permissions are working, but if you select limited contact on iOS 18, there's no way to later update your selections within the app
Possible implementation
- A new method to call to update selections- Apple recommends showing
ContactAccessPicker
when permissions are limited. This would allow app developers using the framework to show a button to trigger the picker whencheck(PERMISSIONS.IOS.CONTACTS)
returnslimited
. I believe this would be similar in principle to youropenPhotoPicker
method, but for contacts.
https://developer.apple.com/documentation/updates/contactsui#Limited-access-to-contacts
Code sample
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request