You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After loading up TTTUnifiedAddressbook and subscribing to notification center listening for TT_UNIFIED_ADDRESS_BOOK_REQUEST_UPDATE_NOTIFICATION, I get the notification that address book is updated, I call the - updateAddressBookWithCompletion:
But, cards that are returned in .allCards are old cards without updated data for the contact. I care about the emails array.
I have looked at the source code but I am not sure, how do to update managed object per record id with new data.
The text was updated successfully, but these errors were encountered:
After loading up TTTUnifiedAddressbook and subscribing to notification center listening for TT_UNIFIED_ADDRESS_BOOK_REQUEST_UPDATE_NOTIFICATION, I get the notification that address book is updated, I call the - updateAddressBookWithCompletion:
But, cards that are returned in .allCards are old cards without updated data for the contact. I care about the emails array.
I have looked at the source code but I am not sure, how do to update managed object per record id with new data.
The text was updated successfully, but these errors were encountered: