Page 1 of 1

no networking

Posted: Fri Dec 02, 2011 3:35 pm
by dean.bittner
I have created an app that works great on the desktop. When I reply to the simulator/ emulator or a real device, there is absolutely no networking. The accept, open, write all fail silently. No open sockets.

Does anyone know what I'm missing. Something fundamental I suspect?

Re: no networking

Posted: Fri Dec 02, 2011 3:42 pm
by dean.bittner
deploy to an iOS simulator/ emulator or device that is, not reply ...

Re: no networking

Posted: Fri Dec 02, 2011 4:03 pm
by Klaus
Hi Dean,

welcome to the forum! :D

Well, sockets are not (yet) supported on iOS!
Please check the "iOS Release Notes" -> Menu: Help, to see what's currently supported and what isn't.


Best

Klaus

Re: no networking

Posted: Fri Dec 02, 2011 5:58 pm
by Mark
Hi,

There is an rrsockets external in the iOS SDK. This might work for you.

You could build a tiny web server into your desktop application use put url/get url or even post url to communicate with the desktop computer.

Kind regards,

Mark

Re: no networking

Posted: Fri Dec 02, 2011 7:33 pm
by Klaus
Hi Mark,

do you have the URL?
RunRev does a damn good job hiding these resources :D


Best

Klaus

Re: no networking

Posted: Fri Dec 02, 2011 8:42 pm
by gpb01
Klaus wrote:Hi Mark,
do you have the URL?
RunRev does a damn good job hiding these resources :D

Best

Klaus
Hi,
is not so much hidden ... :D

Lesson here http://www.runrev.com/developers/docume ... rnals-sdk/, on the page the link to the up-to-date SDK ;)

Guglielmo