Is the VoIP flag kCFStreamNetworkServiceTypeVoIP CFStream effective for TCP server sockets in iOS?

I am making an iOS application where I have a TCP server socket (listening on some port) that is used to handle incoming connections, and I would like to know if kCFStreamNetworkServiceTypeVoIP parameters will be effective.

A use case is that I need the application to be able to handle new connections when it is in the background. Can this be achieved?

Thank you for understanding. woodleg.as

+3
source share

All Articles