How to configure AsyncUdpSocket for Background mode
139 views
Skip to first unread message
fvisticot
unread,
Mar 5, 2011, 7:48:38 PM3/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CocoaAsyncSocket
I would like to allow my application to be trigged when is in
background.
How to configure the AsyncUdpSocket for that ?
Is it possible ?
I have added the voip property in the plist.
Do i need to use something like that:
status = CFReadStreamSetProperty(_fromServer,
kCFStreamNetworkServiceType, kCFStreamNetworkServiceTypeVoIP);
Jorgen Skogmo
unread,
Mar 11, 2012, 2:44:02 PM3/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cocoaasy...@googlegroups.com
Exactly what I need too.
Actually unsure if this is possible with UDP sockets, all examples I've seen is using TCP...