KZero Active Member Licensed User Feb 15, 2015 #1 Hello, is it possible to make background service to keep TCP/UDP connections alive ? thanks
Erel Administrator Staff member Licensed User Feb 15, 2015 #2 There are no services in iOS. Unless you are creating a VOIP app it is not possible in iOS to keep a network connection alive.
There are no services in iOS. Unless you are creating a VOIP app it is not possible in iOS to keep a network connection alive.
KZero Active Member Licensed User Feb 15, 2015 #3 Erel said: There are no services in iOS. Unless you are creating a VOIP app it is not possible in iOS to keep a network connection alive. Click to expand... i'm attending to make voice chat application client for IOS which require receiving packets > decode it > playback it will be possible in background ? thanks
Erel said: There are no services in iOS. Unless you are creating a VOIP app it is not possible in iOS to keep a network connection alive. Click to expand... i'm attending to make voice chat application client for IOS which require receiving packets > decode it > playback it will be possible in background ? thanks
Erel Administrator Staff member Licensed User Feb 16, 2015 #4 Only very specific types of apps can run in the background. See this link: https://developer.apple.com/library.../BackgroundExecution/BackgroundExecution.html
Only very specific types of apps can run in the background. See this link: https://developer.apple.com/library.../BackgroundExecution/BackgroundExecution.html