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

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

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

iOS push notifications on Windows

2021-04-23 Thread Andrew at MidWest Coast Media via use-livecode
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 n