Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 Iphone 应用程序中,按下时我会给出一个按钮,使用以下函数调用呼叫特定号码并使用本机 iphone 呼叫应用程序。
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:call_url]]; 其中 call_url 的格式为 tel://
通话完成后,有没有办法恢复和打开我的 Iphone 应用程序,就像通话前一样?
不,您的进程已终止。您必须依靠用户重新启动您的应用程序,并且您必须自己恢复状态。