Ser*_*bul 30
尽管Xcode 9正式发布,但仍然没有VoIP功能.
我通过打开Info.plist作为源代码并手动将"voip"添加到UIBackgroundModes来解决了我的问题.
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>voip</string>
<string>fetch</string>
<string>remote-notification</string>
</array>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
6255 次 |
| 最近记录: |