Bernard Devlin wrote:
> One thing to bear in mind is that Livecode does not support secure sockets
> (despite what the Dictionary might say).
This is based on the Dictionary example for the "open socket" command. It runs
without error, and the callback works.
on mouseup
open secure sock
LC just provides raw sockets. You can implement a TLS equivalent with a bit of
elbow grease. Writing your own protocol gives a lot of control.
TLS is something you may have to use to check boxes. Out of curiosity is there
a market for something like this within the community?
Sent from my iPho
really? discuss.
On Sat, Apr 27, 2024 at 5:06 PM Bernard Devlin via use-livecode <
use-livecode@lists.runrev.com> wrote:
> One thing to bear in mind is that Livecode does not support secure sockets
> (despite what the Dictionary might say).
>
> On Sat, Apr 27, 2024 at 12:31 AM Richard Gaskin via
One thing to bear in mind is that Livecode does not support secure sockets
(despite what the Dictionary might say).
On Sat, Apr 27, 2024 at 12:31 AM Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:
>
> - How hard would it be to script it using LC's good socket support?
>
>
Panos, your depth of knowledge is astounding. All working now. Thanks!!
Mark
> On 27 Apr 2024, at 8:02 PM, panagiotis merakos wrote:
>
> Hello Mark,
>
> Nice, one step closer!
>
> RE this error, you need to install the iOS 17 runtime. As of xcode 15 the iOS
> platform runtime is no longer i
Hello Mark,
Nice, one step closer!
RE this error, you need to install the iOS 17 runtime. As of xcode 15 the
iOS platform runtime is no longer included in the xcode app bundle and it
is a separate download.
There must be something in the release notes on how to download it, you
have to go somewh
Hi Panos,
Thanks for the quick reply. So I still had both 15.3 and 15.0.1 on my storage
device, so I switched LC to select the SDK from 15.0.1 and that worked.
However, when I build for iOS 17 I get this error…
There was an error while saving the standalone application failed to create
launch
Hello Mark,
Xcode 15.3 has probably the iOS SDK 17.3, but livecode 10 dp7 expects 17.0.
so you have to install xcode 15.0 or 15.0.1.
Note you do not have to uninstall xcode 15.3, unless you want to. Just make
sure in the livecode preferences you choose xcode 15.0 (or 15.0.1) and also
set the comm
I always encounter these challenges when update season arrives. It started with
my phone which mysteriously upgraded itself to iOS 17.4.1 (I don’t remember
authorising that but it’s a confusing landscape so perhaps I did). Instantly my
app Organize which I virtually depend on to live stopped wor