如何在iphone sdk中获取最近被拒绝的iphone号码

发布于 2024-10-21 06:07:34 字数 165 浏览 11 评论 0原文

我需要以编程方式访问 iPhone 的通话记录。我发现在ios sdk中无法获取通话记录。是否有任何新的API可用于获取Apple批准的iPhone的通话记录。我浏览过Appstore 中的应用程序“Agile Reply”,它可以访问iPhone 的通话记录。

如果您提出任何建议,我们将不胜感激。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

枯寂 2024-10-28 06:07:34

无法访问通话记录。

There is no way to access to the call log.

眼中杀气 2024-10-28 06:07:34

该Agile Reply应用程序不会读取iPhone的通话记录,否则它不会出现在App Store上。

相反,它可能会向 CTCallCenter 注册自身,如 this 中所述answer,这样当它运行时并且有电话进来时,它就能够知道该电话的号码。然后,当用户在通话完成后打开它时,它可以回复短信。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文