简体   繁体   中英

after call summary app is not returning foreground in iOS 7

I'm trying to do phone call from my native iPhone app on button click in xcode 5. After finishing the phone call, i'm getting the call summary display on my screen. After dismissing the call summary home screen is coming .

I want to return back to my app after finishing phone call.

I have tried with:

phnnoString=[@"telprompt://" stringByAppendingString:phnnoString];
[[UIApplication sharedApplication]openURL:[NSURL URLWithString:phnnoString]];

and [webview loadRequest:[NSURLRequest requestWithURL:phnnoString]];

also but whenever call summary page is coming after phone call, app is not returning to foreground.

Thanks in advance....

since you dont control other apps, this isnt in your power. the OS should reactivate your app and in the past it did so I can only see this as being a BUG

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM