简体   繁体   中英

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). 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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