O okskpark macrumors newbie Original poster Jul 26, 2008 9 0 Seoul, South Korea Oct 1, 2008 #1 I need that function, but I have no idea how I can do that. What references or sth should I read? or is it impossible? thanks
I need that function, but I have no idea how I can do that. What references or sth should I read? or is it impossible? thanks
H hchung macrumors 6502a Oct 2, 2008 689 1 Oct 2, 2008 #2 Basically, you'll be doing it over the network. If your desktop app has a web server, you could use NSURLConnection/NSURLRequest to POST it. Or, time to brush up on TCP/IP programming and use sockets.
Basically, you'll be doing it over the network. If your desktop app has a web server, you could use NSURLConnection/NSURLRequest to POST it. Or, time to brush up on TCP/IP programming and use sockets.