How to get the last declined number of iphone in i

2019-07-18 13:04发布

I need to get access to the call log of an iphone programatically. I came to know that it is not possible to get the call log in ios sdk. Is there any new API's available to get access of the call log of an iphone approved by apple. I've gone through the app "Agile Reply" in Appstore which accesses the call log of an iphone.

Guy's any suggestion from ur side will be deeply appreciated.

2条回答
兄弟一词,经得起流年.
2楼-- · 2019-07-18 13:16

There is no way to access to the call log.

查看更多
趁早两清
3楼-- · 2019-07-18 13:38

That Agile Reply application does not read the call log of the iPhone, otherwise it would not be on the App Store.

Instead, what it probably does is it registers itself with a CTCallCenter, as described in this answer, so that when it is running and a call comes in it's able to know the number of that call. It's then able to reply with a text message when the user opens it after the call is completed.

查看更多
登录 后发表回答