修改 iPhone 应用程序中的来电屏幕?
我希望设计一个简单的应用程序,根据优先级对联系人进行分类,并允许在联系人来电时根据联系人的优先级显示不同的来电屏幕。这可以通过使用核心电话库来实现吗?或者这只是被禁止的事情?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应用程序只能修改自己沙箱内的内容。来电屏幕是电话应用程序的一部分,因此无法修改。唯一的方法是在越狱的 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.
出于安全原因,您无法在 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