Anyone know how to code and have a fake call pop up in an Application, so I can use my own audio? I know several apps have done this, just don't know where to start.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted
  1. Create a UIView that look likes the interface when someone is calling you.
  2. Prepare an audio file playback using AVAudioPlayer
  3. When the apps runs, show that interface, and playback the audio file.

You can include stuff like timer settings and notification so that it will fires off 5 minutes later or something.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.