vote up 0 vote down star

my app use openURL to have a call, but when I end call, it will not return to my app automatic in iphone 3.1

Anyone know that?It's a bug of iphone 3.1?

Thank you very much!

flag
Did it return in 3.0 or earlier versions? – mahboudz Sep 28 at 7:51

2 Answers

vote up 3 vote down

It's not a bug, it's how it works. Once you use openURL to transfer control to another app such as the Phone, SMS, Mail or Safari, your app is closed and control transferred to the app you specified in your URL. When the user is done with the app you invoked, closing it will not reopen your application.

You may modify your application so that if the user receives an incoming call and decides to answer it, control is returned to your app when the user terminates the call. But this is of course different from what you asked for.

link|flag
In iphone 2.2.1 or 3.0, It will return my app automatic, but 3.1 don't. It's different between old version and new version. Anybody know this? Thank you very much! – unknown (google) Sep 29 at 3:01
For those who have access to Apple's Developer Forums (requires a paid iPhone developer membership), here's a statement from Apple staff that this change was indeed intended and not a bug: devforums.apple.com/message/128046#128046 "if you want the capability for your application to be relaunched after a call, then file an enhancement request". – Ole Begemann Oct 31 at 2:44
vote up 0 vote down

It does appear behavior has changed (for the better in my opinion)

link|flag

Your Answer

Get an OpenID
or

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