iPhone VOIP in background

六月ゝ 毕业季﹏ 提交于 2019-12-04 18:18:52
Divyang Mithaiwala

Not sure about actual problem.

Make sure following As per iOS background VOIP application it will allow only TCP connection to be alive & communicable in background.

So if you/your stack use UDP socket for VOIP then replace it with TCP.

In case of UDP port remain bind with your application, but it is inactive in background mode & become active in foreground mode.

I am assuming that you set the Required background modes in the plist based on your statement correctly. That the array is set the key and the required value for audio and voip. Also do you have the key "application does not run in the background" added to the plist and set to NO.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!