Is there a way for the application to get notified when user updates their 'Selected Contacts' from the Settings app when the Contacts permission on the application is set to the new iOS 18 CNAuthorizationStatusLimited
status?
My logic already listens for the CNContactStoreDidChangeNotification
notification, but it doesn't look like it is being fired under this scenario.
Do we have to setup a new CNChangeHistoryFetchRequest
every time the application becomes active and compare the result? Is the value of the currentHistoryToken
updated when user selects / deselects entries from their 'Selected Contacts'?