Sam
Sam

Reputation: 390

Fake Call, Iphone

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.

Upvotes: 0

Views: 475

Answers (1)

revolver
revolver

Reputation: 2405

  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.

Upvotes: 2

Related Questions