You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
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
The text was updated successfully, but these errors were encountered: