Skip to content
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

[Feature request]: Support limited Contacts access and Contacts Access Button on iOS 18+ #1376

Open
2 of 4 tasks
ChristianEdwardPadilla opened this issue Sep 9, 2024 · 0 comments

Comments

@ChristianEdwardPadilla
Copy link
Contributor

Is there already an issue requesting this feature?

Please select affected platform(s)

  • Android
  • iOS
  • Windows

Use case

Apple will introduce several new device contacts features in iOS 18:

  1. A new "limited" access level.
  2. A new view controller for picking contacts to include within the "limited" access dataset available to the app, contactAccess Picker.
  3. A new native UI element (Contacts Access Button) which effectively bypasses the normal permission flow to grant app access to user contacts. Apple expects that this will be the normal way to handle "limited" contacts access.

Docs for new "limited" access level:
https://developer.apple.com/documentation/contacts/cnauthorizationstatus/limited?language=objc

Docs for contactAccess Picker
https://developer.apple.com/videos/play/wwdc2024/10121/?time=898

Docs for new Contacts Access Button:
https://developer.apple.com/documentation/contactsui/contactaccessbutton

Proposal

  1. permission_handler should properly communicate the "limited" state via the Dart API.
  2. permission_handler should expose a Dart API for launching the contactAccess Picker.
  3. permission_handler should CONSIDER exposing the Contact Access Button as a platform view which can be embedded as a widget.

Specific requirements or considerations

No response

Additional information or context

No response

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

No branches or pull requests

1 participant