April 2020
Intermediate to advanced
400 pages
10h 12m
English
Phone or FaceTime calls placed, missed, and received by the user are logged in the call history along with other metadata, such as call duration, and date and time. The call history database can be found at /HomeDomain/Library/CallHistoryDB/CallHistory.storedata. The CallHistory.storedata file was introduced with iOS 8 and is currently in use at the time of writing (iOS 13.2).
The ZCALLRECORD table in the CallHistory.storedata database contains the call history. It's important to note that only a limited number of calls may be stored in the active database. Just because the database removes the oldest record when space is needed does not mean this data is deleted. It's simply in the free pages of the SQLite database file, and ...