简体   繁体   English

iOS应用被VoIP后台模式拒绝

[英]iOS app rejected for VoIP background mode

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). 我已经开发了一个使用Linphone VoIP API接收来电的应用程序,但是我不希望用户拨打去电(因为这不是我的应用程序应该执行的操作)。 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". 我已在.plist中启用了VoIP后台模式,但该应用程序被拒绝,因为“添加一个呼出功能或删除VoIP后台模式将是适当的”。 Now I don't want to add call-out features but I totally need VoIP background mode. 现在,我不想添加呼出功能,但是我完全需要VoIP后台模式。

How am I supposed to make my app run in background waiting for incoming calls if not using VoIP background mode? 如果不使用VoIP后台模式,应该如何让我的应用在后台运行以等待来电?

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. 我需要某人的强烈答复,以便我可以正常使用该功能,并获得App Store的批准。

There's no way out. 没有出路。 I had to implement outgoing calls features. 我必须实现拨出电话功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM