0

I am developing the App, When i receive the call ,I am changing the contact picture of that person who has called , I am fetching his number from the server , i know i cannot access the incoming number ,so by developing this kind of application will apple approve my App ?

I am not violating any Guideline or Rules ,but i just want to know does Apple allows this changing the contact picture of person programmatically ?

krish
  • 641
  • 3
  • 9
  • 26

1 Answers1

0

You can change a contact picture, check the Address Book Programming Guide for iOS.

About that idea of doing something when you get a call, your app can't be notified when you get an incoming call, there's no API for that, so there's no way of doing this the way you are planning.

Marco Pompei
  • 1,080
  • 1
  • 8
  • 18
  • I can get notification by CTCallCenter only thing i should wake up the app from background or i can use the push notification for this .I have changed the contact picture but i just want to know does apple recommends doing like this ? – krish Jul 23 '13 at 06:51