Can I programmatically add an iPhone contact with my favorite phones?

I have an iPhone app that adds new contacts through the address book structure.

Can I programmatically add a new or existing contact to my phone’s favorites list?

If possible, a pointer to a document, code or API, please?

+3
source share
1 answer

I do not believe that this is possible using documented methods (so there is no App Store for you if you developed it). This is not a function of the address book API, but part of Apple’s own application application.

+3
source

Source: https://habr.com/ru/post/1432009/


All Articles