Re: iOS4: UDP sockets in the background

2010-06-25 Thread Kyle Sluder
On Thu, Jun 24, 2010 at 10:10 PM, Angelica Grace Tanchico wrote: > Also according to document: > In order for your application to maintain a persistent connection > while it is in the background, you must configure the sockets used to > communicate with your VoIP service. In iPhone OS, most socket

Re: iOS4: UDP sockets in the background

2010-06-25 Thread Robert Vojta
On 23.6.2010, at 20:15, Gerd Knops wrote: > I have been doing that without a problem since early iOS 3, so no reason to > expect it would stop working in iOS4. FYI, doc quote ... Cancel any Bonjour-related services before being suspended. When your application moves to the background, and be

RE: iOS4: UDP sockets in the background

2010-06-24 Thread Angelica Grace Tanchico
high level sockets? Thanks! Angie > Subject: Re: iOS4: UDP sockets in the background > From: rob...@izyapps.com > Date: Fri, 25 Jun 2010 00:19:04 +0200 > CC: atanch...@live.com; cocoa-dev@lists.apple.com > To: gerti-cocoa...@bitart.com > > > On 23.6.2010, at 20:15, Ge

Re: iOS4: UDP sockets in the background

2010-06-23 Thread Gerd Knops
On Jun 23, 2010, at 2:05 PM, Fritz Anderson wrote: > > On 23 Jun 2010, at 1:15 PM, Gerd Knops wrote: > >> On Jun 22, 2010, at 10:28 PM, Angelica Grace Tanchico wrote: > ... >> >>> Can the new iOS 4 maintain UDP socket connection in the background? Or is >>> it only TCP? >> >> I have been doi

Re: iOS4: UDP sockets in the background

2010-06-23 Thread Fritz Anderson
On 23 Jun 2010, at 1:15 PM, Gerd Knops wrote: > On Jun 22, 2010, at 10:28 PM, Angelica Grace Tanchico wrote: ... > >> Can the new iOS 4 maintain UDP socket connection in the background? Or is it >> only TCP? > > I have been doing that without a problem since early iOS 3, so no reason to > exp

Re: iOS4: UDP sockets in the background

2010-06-23 Thread Gerd Knops
On Jun 22, 2010, at 10:28 PM, Angelica Grace Tanchico wrote: > > Hello, > > Can the new iOS 4 maintain UDP socket connection in the background? Or is it > only TCP? I have been doing that without a problem since early iOS 3, so no reason to expect it would stop working in iOS4. Gerd __