SunnyApp / flutter_contact

A flutter plugin for retrieving, creating, saving, and watching contacts on native devices
BSD 3-Clause "New" or "Revised" License
80 stars 62 forks source link

ios contact note don't show as expect. #53

Closed hustjiangtao closed 3 years ago

hustjiangtao commented 3 years ago

edit a contact with note:

image

and not show on contact info written by flutter_contact.

image

flutter code similar to flutter_contact sample demo.

expect way to solve it or the reason about it?

hustjiangtao commented 3 years ago

By the way android doesn't have this problem.

ericmartineau commented 3 years ago

ios added restrictions in v13 where contact notes is an extra entitlement that requires special approval from apple. So, unfortunately, that means that notes will not work in ios