菜鸟教程小白 发表于 2022-12-12 13:53:54

iOS VoiP 推送通知,XCode 背景模式未显示所需选项


                                            <p><p>我想启用 VoiP 推送通知。为此,我似乎必须在功能选项卡的背景模式部分中激活 VoiP 选项,如下所示。</p>

<p> <a href="/image/8P0Mv.png" rel="noreferrer noopener nofollow"><img src="/image/8P0Mv.png" alt="enter image description here"/></a> </p>

<p>但是,我的背景模式部分根本不提供此选项,如下面的屏幕截图所示。</p>

<p> <a href="/image/nZDYi.png" rel="noreferrer noopener nofollow"><img src="/image/nZDYi.png" alt="enter image description here"/></a> </p>

<p>我的推送通知不起作用,我已经正确实现了其他一切(我相信)。我很困惑,我的背景模式部分看起来与我在教程/文献中可以找到的任何东西都不一样,有人知道吗?我运行 Xcode 9.0。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>如果您使用的是 Xcode 9,那么您可以手动添加它。</p>

<pre><code>&lt;key&gt;UIBackgroundModes&lt;/key&gt;
&lt;array&gt;
    &lt;string&gt;audio&lt;/string&gt;
    &lt;string&gt;voip&lt;/string&gt;
    &lt;string&gt;fetch&lt;/string&gt;
    &lt;string&gt;remote-notification&lt;/string&gt;
&lt;/array&gt;
</code></pre>

<p> <a href="https://github.com/hasyapanchasara/PushKit_SilentPushNotification" rel="noreferrer noopener nofollow">For more details, integrating VOIP with Swift or Objective C code you can refer</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS VoiP 推送通知,XCode 背景模式未显示所需选项,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/46824556/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/46824556/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS VoiP 推送通知,XCode 背景模式未显示所需选项