Skip to content

Provide a way to update limited contact selections #938

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ande- opened this issue Mar 24, 2025 · 1 comment
Open

Provide a way to update limited contact selections #938

ande- opened this issue Mar 24, 2025 · 1 comment
Assignees
Labels
feature request New feature or request

Comments

@ande-
Copy link

ande- commented Mar 24, 2025

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 when check(PERMISSIONS.IOS.CONTACTS) returns limited. I believe this would be similar in principle to your openPhotoPicker method, but for contacts.

https://developer.apple.com/documentation/updates/contactsui#Limited-access-to-contacts

Code sample

@ande- ande- added the feature request New feature or request label Mar 24, 2025
@zoontek
Copy link
Owner

zoontek commented Mar 28, 2025

Unfortunately, Apple never shipped this API for something else than Swift UI.
I guess a workaround can be found, but for the moment I don't have enough time to search for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants