morenoh149 / react-native-contacts

React Native Contacts
MIT License
1.64k stars 560 forks source link

Support for iOS 18 Limited state & contact picker? #744

Open sahil-ahuja-1 opened 1 month ago

sahil-ahuja-1 commented 1 month ago

Hi @morenoh149 ! Thanks for this awesome and very useful library :)

I was wondering if you were planning to add support for the upcoming iOS 18 changes with the limited contact state and opening the contact picker?

Right now, the permission shows as authorized even if it is limited. Thanks in advance!

morenoh149 commented 3 weeks ago

@sahil-ahuja-1 no plans to support it. Do you have a link to where these features are described?

Lee-sungheon commented 5 days ago

@morenoh149 https://developer.apple.com/videos/play/wwdc2024/10121/ Here's a reference to the relevant feature. There is a need for additional functionality regarding limited permissions. Do you still have no plans to add this feature?

morenoh149 commented 5 days ago

no plans to add it. I'm open to merging the addition if anyone wants to contribute it. The api has to make sense across ios and android.