【发布时间】:2014-03-25 09:24:37
【问题描述】:
我在我的应用程序中集成了linphone sdk。当我的应用程序进入后台模式时,我的应用程序没有收到任何来电。当它进入后台模式时,我想让我的应用程序像skype 一样工作。
我在 info.plist 中添加了所需的背景模式。
Application does not run in background - NO
Required background modes
item 1 App provides Voice over IP services
我在 ApplicationDidEnterBackground 中实现了以下方法,但我仍然面临同样的问题。
1.setKeepAliveTimeout:handler:
[http://www.linphone.org/docs/liblinphone/group__IOS.html][1]
请帮帮我。提前致谢。
【问题讨论】:
标签: ios background linphone