【问题标题】:iOS VoiP Push Notifications, XCode background modes not showing required optioniOS VoiP 推送通知,XCode 背景模式未显示所需选项
【发布时间】:2018-01-09 16:52:42
【问题描述】:

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

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

我的推送通知不起作用,我已经正确实施了其他一切(我相信)。我很困惑,我的背景模式部分看起来与我在教程/文献中可以找到的任何东西都不一样,有人知道吗?我运行 Xcode 9.0。

【问题讨论】:

  • 你在使用 callkit 吗?

标签: ios xcode apple-push-notifications voip


【解决方案1】:

如果您使用的是 Xcode 9,那么您可以手动添加它。

<key>UIBackgroundModes</key>
<array>
    <string>audio</string>
    <string>voip</string>
    <string>fetch</string>
    <string>remote-notification</string>
</array>

For more details, integrating VOIP with Swift or Objective C code you can refer

【讨论】:

  • 我需要 voip 方面的帮助。你能帮帮我吗?
【解决方案2】:

您是否为您的应用程序创建 VoIP 服务证书?

【讨论】:

  • 我有同样的问题,我创建了 VoIP 服务并安装在 PC 中,但是 VoiP 选项没有显示在功能中
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2023-03-26
  • 1970-01-01
  • 2017-12-16
  • 1970-01-01
  • 2017-01-20
  • 2016-01-18
  • 1970-01-01
相关资源
最近更新 更多