iPhone Call screen note

强颜欢笑 提交于 2019-12-25 07:00:08

问题


I want to show particular note about incoming number on call screen of an iPhone.

E.g. I have Jane as a contact saved in my Contacts on an iPhone. I also have a note associated with that Jane's contact, let's say that note is "Dentist".
Now If I get call from Jane I should be able to see "Dentist" on call screen.

I am currently using PhoneGap framework. I have been searching for it but had no luck.


回答1:


This is not possible on non-jailbroken iPhone. But you can achieve it in some other way like how the sticky notes apps are working,

  1. Ask the user to create a note
  2. Generate a image from the user designed note(using code)
  3. Finally ask the user to assign the image to the contact.



回答2:


No, you have no way influence how contact is displayed in phone call at not jailbroken iPhone. Information is taken from address book only.



来源:https://stackoverflow.com/questions/12597320/iphone-call-screen-note

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!