菜鸟教程小白 发表于 2022-12-11 19:49:11

ios - 没有 VOIP 的 CallKit


                                            <p><p>请告诉我,是否可以在不使用 VOIP 的情况下集成 CallKit?</p>

<p>我想要实现的是从 iPhone 获取通话记录。我知道这是不可能的。所以我想在 CallKit 的帮助下创建自己的历史。为此,我需要以下内容:</p>

<ol>
<li>我想检测来电(不是 voip)</li>
<li><p>拨出电话(非 voip)</p></li>
<li><p>在所有状态下 - 背景、前台、未运行、暂停</p></li>
<li><p>通话时长</p></li>
</ol>

<p>我们可以在 CallKit 的帮助下做到这一点,还是有其他解决方法?</p>

<p><strong>注意:这与 VOIP 应用程序无关</strong></p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><blockquote>
<p>is it possible to integrate CallKit without using VOIP?</p>
</blockquote>

<p>我会说是的,SpeakerBox(Apple CallKit 示例)不使用 VoIP。
<a href="https://developer.apple.com/library/archive/samplecode/Speakerbox/Listings/Speakerbox_SpeakerboxCall_swift.html" rel="noreferrer noopener nofollow">https://developer.apple.com/library/archive/samplecode/Speakerbox/Listings/Speakerbox_SpeakerboxCall_swift.html</a> </p>

<p>是否可以在不使用 VOIP 的情况下在所有状态下集成 CallKit - 背景、前台、未运行、暂停?</p>

<p>不,如果应用暂停或未运行,您将无法检测到来电。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 没有 VOIP 的 CallKit,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/49081779/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/49081779/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 没有 VOIP 的 CallKit