I am using Native contact to store in NSMutableDictionary
.
So whenever required i can query any contact from NSMutableDictionary
without going to Native API's (ABAdressBookRef
, CNContactStore
).
My Concern is how long NSMutableDictionary
will be available in memory?.