iOS app rejected for VoIP background mode

霸气de小男生 提交于 2021-02-08 04:43:45

问题


I have developed an application that uses Linphone VoIP API to receive incoming calls, but I don't want the user to make outgoing calls (because that's not what my app is supposed to do). I have enabled VoIP background mode in my .plist but the app got rejected because "it would be appropriate to add a calling-out feature or remove the VoIP background mode". Now I don't want to add call-out features but I totally need VoIP background mode.

How am I supposed to make my app run in background waiting for incoming calls if not using VoIP background mode?

I need a strong answer from someone so that I can get the functionality to work fine and also be approved for the App Store.


回答1:


There's no way out. I had to implement outgoing calls features.



来源:https://stackoverflow.com/questions/37155492/ios-app-rejected-for-voip-background-mode

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