I want to access the Recent Call list in My Swift app and matched the number that I have in My Code.
How can I do that?
I want to access the Recent Call list in My Swift app and matched the number that I have in My Code.
How can I do that?
No it cannot be done in a iOS app.
Technical Reason:
Recent call lists informations are stored in a sqlite db file deep inside the file structure and Apple prevents any access to that file outside your app sandbox.
You can fetch the contacts and its information by Contacts or Addressbook framework but not its call log related information.
© 2022 - 2024 — McMap. All rights reserved.