ios - 在通话期间将应用程序置于前台
<p><p>我想在通话期间将我的应用程序置于前台。我知道我有这个
<code>call.callState==CTCallStateConnected</code> 但我想在通话状态被认为处于事件状态时运行一些命令。</p>
<p>因此,当检测到电话(连接状态)时,我希望我的应用程序从后台弹出并出现在前台。我只是不确定如何让应用程序在后台运行时注册该 <code>CallConnectedState</code>(并在激活后重新打开?)</p>
<p>谢谢!</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我不能 100% 确定 iOS 5,但在 iOS 4.X 下,您当然可以<strong><em>不</em></strong>以编程方式强制应用从后台返回到前台。</p>
<p>Apple 的理念是用户始终处于控制之中,无论他/她想在前台显示什么应用程序都将在前台显示。</p>
<p>这里是 <a href="https://stackoverflow.com/questions/3419559/iphone-os-4-0-x-transition-from-background-to-foreground" rel="noreferrer noopener nofollow">another question that has the roughly the same question as you</a> .</p></p>
<p style="font-size: 20px;">关于ios - 在通话期间将应用程序置于前台,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/8691847/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/8691847/
</a>
</p>
页:
[1]