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?
no networking
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 2
- Joined: Fri Dec 02, 2011 3:32 pm
Re: no networking
deploy to an iOS simulator/ emulator or device that is, not reply ...
Re: no networking
Hi Dean,
welcome to the forum!
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
welcome to the forum!

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
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
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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: no networking
Hi Mark,
do you have the URL?
RunRev does a damn good job hiding these resources
Best
Klaus
do you have the URL?
RunRev does a damn good job hiding these resources

Best
Klaus
Re: no networking
Hi,Klaus wrote:Hi Mark,
do you have the URL?
RunRev does a damn good job hiding these resources![]()
Best
Klaus
is not so much hidden ...

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

Guglielmo