I have a program that automatically starts a phone call when the program starts. This is implemented in the AppDelegate "applicationDidFinishLaunching" method.
Problem: when the phone call ends and my application starts automatically again, it restarts this cycle and the phone call starts again.
How do I know if an application was returned from this call? Or is it somehow easy to save state or program variables that determine whether a call has already been made?
I just started programming the iPhone, and it came.
source
share