is it possible to get all called minutes from my iDevice ? is there an API for example ? Here is a link of Apple's Documentation
Asked
Active
Viewed 750 times
1 Answers
1
I think you have to treat call history db as
/private/var/root/Library/CallHistory/call_history.db
But it can be rejected by apple.
Reference: Call Log access Possible in ios 8?

Community
- 1
- 1

Jeff Gu Kang
- 4,749
- 2
- 36
- 44
-
so i can't submit it ? Do Apple allowed that ? – BilalReffas Apr 09 '15 at 06:47
-
No. If you approach the db data, it will be rejected. Just it can be used for yourself. – Jeff Gu Kang Apr 09 '15 at 06:52
-
and it is possible to get the sended SMS ? I only want to get the and number how many SMS's was sended .. – BilalReffas Apr 09 '15 at 06:53
-
I am sorry. It looks impossible because of the same reason. – Jeff Gu Kang Apr 16 '15 at 06:01