QuisApp / flutter_contacts

MIT License
83 stars 138 forks source link

Gives empty list when passing withProperties: true on iOS #163

Open iampawan opened 3 months ago

iampawan commented 3 months ago

Without withProperties: true, it returns 2000+ contacts for me with just displayName but when I pass withProperties: true then I get an empty list. I am trying this on iOS 17, iPhone 15 PRO

sdattatri commented 1 month ago

Comment: Even when withProperties is set to true, I am not getting phone numbers on iOS. Ans: I was using phone.normalizedNumber. Looked at the code. Code clearly says normalizedNumber is available only on Android.