简体   繁体   English

通话摘要应用未在iOS 7中返回前台后

[英]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. 我正在尝试通过xcode 5中的按钮单击从本机iPhone应用程序拨打电话。完成通话后,我的屏幕上显示了通话摘要。 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]]; [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 操作系统应该重新激活您的应用程序,而过去它确实如此,所以我只能将其视为错误

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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