Re: iOS push notifications on Windows

2021-04-23 Thread matthias rebbe via use-livecode
Hi, i  see that among openssl also curl is used in the shell script.

So shouldn't Livecode be able to do the curl stuff with tsNet instead?

Matthias




-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 23.04.2021 um 17:54 schrieb Mark Waddingham via use-livecode 
> :
> 
> On 2021-04-23 16:11, panagiotis merakos via use-livecode wrote:
>> Hello Andrew,
>> The lesson was written and tested on a Mac. But yeah, on Windows, when
>> trying to execute "sh /path/to/send.sh" either directly from the
>> terminal or via the shell command using LC, it is expected to throw an
>> error. You _might_ be able to work around this by changing the .sh
>> extension to .bat if you are on Windows, and instead of "sh
>> /path/to/send.sh" use "/path/to/send.bat".
>> If I find some time I'll experiment with this and update the lesson next
>> week, unless you get there first :)
> 
> Unfortunately bash scripts are incompatible with bat(ch) - they are both 
> 'shells' but the latter is distinctly tied to Windows - so you'd need to 
> translate the script from bash to batch. (There are windows builds of Curl 
> that run on windows - they use exactly the same arguments / options).
> 
> That being said, if you want a quick way to get UNIX style shell scripts to 
> work - then you could install Cygwin and the commands used in said shell 
> script (is it just curl?) - you can then run the shell script from the cygwin 
> terminal.
> 
> Cygwin is basically a lot of UNIXy stuff compiled to run on Windows with an 
> emulation layer for POSIX system calls mapped to Windows.
> 
> You might also want to investigate Microsoft's own relatively new 'UNIX on 
> Windows' stuff - although I think that is restricted to recentish versions of 
> Windows 10. There, they basically run a custom linux kernel on top of Windows 
> to give you a Linux environment which interoperates quite well alongside 
> Windows.
> 
> Warmest Regards,
> 
> Mark.
> 
> 
> -- 
> Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
> LiveCode: Everyone can create apps
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iOS push notifications on Windows

2021-04-23 Thread Mark Waddingham via use-livecode

On 2021-04-23 16:11, panagiotis merakos via use-livecode wrote:

Hello Andrew,

The lesson was written and tested on a Mac. But yeah, on Windows, when
trying to execute "sh /path/to/send.sh" either directly from the
terminal or via the shell command using LC, it is expected to throw an
error. You _might_ be able to work around this by changing the .sh
extension to .bat if you are on Windows, and instead of "sh
/path/to/send.sh" use "/path/to/send.bat".

If I find some time I'll experiment with this and update the lesson 
next

week, unless you get there first :)


Unfortunately bash scripts are incompatible with bat(ch) - they are both 
'shells' but the latter is distinctly tied to Windows - so you'd need to 
translate the script from bash to batch. (There are windows builds of 
Curl that run on windows - they use exactly the same arguments / 
options).


That being said, if you want a quick way to get UNIX style shell scripts 
to work - then you could install Cygwin and the commands used in said 
shell script (is it just curl?) - you can then run the shell script from 
the cygwin terminal.


Cygwin is basically a lot of UNIXy stuff compiled to run on Windows with 
an emulation layer for POSIX system calls mapped to Windows.


You might also want to investigate Microsoft's own relatively new 'UNIX 
on Windows' stuff - although I think that is restricted to recentish 
versions of Windows 10. There, they basically run a custom linux kernel 
on top of Windows to give you a Linux environment which interoperates 
quite well alongside Windows.


Warmest Regards,

Mark.


--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iOS push notifications on Windows

2021-04-23 Thread panagiotis merakos via use-livecode
Hello Andrew,

The lesson was written and tested on a Mac. But yeah, on Windows, when
trying to execute "sh /path/to/send.sh" either directly from the
terminal or via the shell command using LC, it is expected to throw an
error. You _might_ be able to work around this by changing the .sh
extension to .bat if you are on Windows, and instead of "sh
/path/to/send.sh" use "/path/to/send.bat".

If I find some time I'll experiment with this and update the lesson next
week, unless you get there first :)

Kind regards,
Panos
--

On Fri, 23 Apr 2021 at 17:20, Andrew at MidWest Coast Media via
use-livecode  wrote:

> The updated push notification lesson works great on macOS!
>
> https://lessons.livecode.com/m/4069/l/1380237-how-to-send-http-2-based-push-notifications-in-ios
>
> Can this be done from any other platform? I receive the following error
> when running the same codebase from a Windows standalone:
>  'sh' is not recognized as an internal or external command,
> operable program or batch file.
>
> —Andrew Bell
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode