修改 iPhone 应用程序中的来电屏幕?

发布于 2024-10-16 05:51:08 字数 94 浏览 6 评论 0原文

我希望设计一个简单的应用程序,根据优先级对联系人进行分类,并允许在联系人来电时根据联系人的优先级显示不同的来电屏幕。这可以通过使用核心电话库来实现吗?或者这只是被禁止的事情?

I'm looking to design a simple app that categorizes contacts based on priority, and allow a different incoming screen to be displayed when that contact calls in depending on the contact's priority. Is this achievable by using the Core Telephony library, or is this simply something that's forbidden?

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

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

发布评论

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

评论(2

黑凤梨 2024-10-23 05:51:08

应用程序只能修改自己沙箱内的内容。来电屏幕是电话应用程序的一部分,因此无法修改。唯一的方法是在越狱的 iPhone 上实现这一点,而且这将是相当困难的。

无法在 Apple App Store 上获得这样的应用程序。

Apps can only modify things within their own sandbox. The incoming call screen, is part of the phone app and therefore can't be modified. The only way to do this would be on a jailbroken iPhone, and it would be quite difficult.

There is no way to get an app like that on the Apple App Store.

无声静候 2024-10-23 05:51:08

出于安全原因,您无法在 iPhone SDK 中识别来电者。
[这有一个 hack,但仍然不合法]
检查 iPhone 中的来电

You can not identify incoming callers in the iPhone SDK for security reasons.
[this has a hack for that but still not legal]
Checking incoming call in iphone

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