zwopple / PocketSocket

Objective-C websocket library for building things that work in realtime on iOS and OS X.
Other
414 stars 129 forks source link

VOIP Background Mode #36

Closed roberte3 closed 8 years ago

roberte3 commented 9 years ago

I'd like to add support for VOIP backgrounding to enable long polling websockets for an app I've taken over support on. (Beyond the 10minute app background mode).

I know that with socketRocket I can change the NSStreamNetworkServiceType to VOIP and enable this support. Any thoughts on how to enable this in PocketSocket?

robertjpayne commented 8 years ago

@roberte3 you shouldn't really do this, the VOIP mode should only be used for VOIP applications and requires a special entitlement from Apple.