Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am developing an application where in i want to alert the user if he receives a message from a contact. I have been struggling for the same yet haven't found any solution to this. I also wanted to know if the sdk 3.0 allows access to the call history..

share|improve this question

2 Answers

up vote 3 down vote accepted

There is no access to SMS messages from the application sandbox, and there is no access to call logs from the application sandbox. You can file a feature request with Apple, but I doubt you will see changes to this any time soon. You will not be able to provide any functionality in your app that depends on this information.

share|improve this answer

Similar question here regarding call history:

http://stackoverflow.com/questions/144888/reading-call-history-in-iphone-os

Short answer is, not possible. I do not believe this has changed in 3.0.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.