简体   繁体   English

在iPhone应用程序中修改“来电”屏幕?

[英]Modifying the Incoming Call screen in an iPhone app?

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? 使用Core Telephony库可以实现此功能,还是只是禁止这样做?

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. 唯一的方法是在越狱的iPhone上,这将非常困难。

There is no way to get an app like that on the Apple App Store. 无法在Apple App Store上获得类似的应用程序。

You can not identify incoming callers in the iPhone SDK for security reasons. 出于安全原因,您无法在iPhone SDK中识别传入呼叫者。
[this has a hack for that but still not legal] Checking incoming call in iphone [对此有一个技巧,但仍然不合法] 在iPhone中检查来电

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM