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
drew 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 err

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: 's

Re: Apple Push Notifications update

2021-03-17 Thread Andrew at MidWest Coast Media via use-livecode
forward to walking through the new steps tonight. —Andrew Bell > Date: Wed, 17 Mar 2021 16:18:58 +0200 > From: panagiotis merakos > Subject: Re: Apple Push Notifications update > > Hello all, > > You can find an updated lesson on how to send HTTP/2 based push > notifica

Re: Apple Push Notifications update

2021-03-17 Thread panagiotis merakos via use-livecode
Hello all, You can find an updated lesson on how to send HTTP/2 based push notifications on iOS: https://lessons.livecode.com/m/4069/l/1380237-how-to-send-http-2-based-push-notifications-in-ios Note that you do not need to do any changes in your app that *receives* push notifications. The

Apple Push Notifications update

2021-03-04 Thread Andrew at MidWest Coast Media via use-livecode
binary they speak of is the put tBinary into URL("binfile:Notification.bin") in the lesson @ https://lessons.livecode.com/m/4069/l/53405-how-do-i-use-push-notifications-with-ios correct? Dear Andrew, The HTTP/2‑based Apple Push Notification service (APNs) provider API lets you take

RE: Push notifications

2020-07-17 Thread Ralph DiMola via use-livecode
-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Friday, July 17, 2020 3:42 PM To: LiveCode Mailing List Cc: J. Landman Gay Subject: Push notifications How come we're still getting this warning when submitting to the App Store: ITMS-90078: Missing Push Notification Entitl

Push notifications

2020-07-17 Thread J. Landman Gay via use-livecode
How come we're still getting this warning when submitting to the App Store: ITMS-90078: Missing Push Notification Entitlement The app does not use notifications. I know it's just a warning, but the client gets a copy of Apple's email and they get concerned. -- Jacqueline Landman Gay

Android push notifications

2016-12-06 Thread Mid West Coast Media
I had done some proof of concept testing with push notifications over a year ago but am just now getting around to implementing in an app. The lesson to do so with iOS and demo stack worked great. The lesson for Android seems no longer valid. Google Cloud Messaging is documented, and what I

Re: Android push notifications

2015-09-23 Thread sphere
#x27;body' => $abstract, 'payload' => $payload, 'badge' => intval($badge), 'sound' => 'default', 'play_sound=> 'true', 'collapse_key' => 'abcdef', ); Thanks for any help on this. SPhere

Re: iOS push notifications: why are they asked for?

2015-01-11 Thread Mike Bonner
Might look in standalone settings and make sure the checkbox for "push notifications" isn't checked. (requirements and restrictions section.) On Sun, Jan 11, 2015 at 12:58 AM, Gerry wrote: > Just for LC apps, or all apps? Because I've install LOTS of other apps and &

Re: iOS push notifications: why are they asked for?

2015-01-11 Thread Gerry
Just for LC apps, or all apps? Because I've install LOTS of other apps and never get this message from apps that don't have a obvious need for notification permissions. g > On 9 Jan 2015, at 11:23 pm, Sean Cole (Pi) wrote: > > This is now the norm in iOS8 applications it would seem. _

Re: iOS push notifications: why are they asked for?

2015-01-09 Thread Sean Cole (Pi)
Hi Gerry, This is now the norm in iOS8 applications it would seem. Upon updating 17 iPads last weekend and uploading my app (which is identical in every way to the one I installed during iOS7) each one requested on application launch the permission for Push Notifications and Use of Camera (which

Re: iOS push notifications: why are they asked for?

2015-01-08 Thread Gerry
Thanks, but... It's disabled in all those places! Urg! Gerry > On 9 Jan 2015, at 12:36 pm, ethanl...@gmail.com wrote: > > My experience is that there are three areas to check; > - stand-alone application settings the profile used > - stand-alone application settings th

Re: iOS push notifications: why are they asked for?

2015-01-08 Thread ethanl...@gmail.com
My experience is that there are three areas to check; - stand-alone application settings the profile used - stand-alone application settings the check box for push notifications - the application code 'pushNotificationReceived' etc. The gotcha is in the profile used. Look at t

iOS push notifications: why are they asked for?

2015-01-08 Thread Gerry
My app does not have push notifications enabled in the app ID settings for the app on the Apple Developer, yet it asks for permission to accept them when the app is first opened. What gives? LC 6.7.1. Gerry ___ use-livecode mailing list use-livecode

Re: handling push notifications

2014-10-22 Thread Mike Kerner
If they open it via the notification center, payload. > >> > >>On Thu, Oct 16, 2014 at 7:02 PM, Terry Judd > >>wrote: > >> > >>> Just starting with push notifications and have managed to get a simple > >>> example working using the livec

Re: handling push notifications

2014-10-17 Thread Terry Judd
via the notification center, payload. >> >>On Thu, Oct 16, 2014 at 7:02 PM, Terry Judd >>wrote: >> >>> Just starting with push notifications and have managed to get a simple >>> example working using the livecode example code and AWS¹s SNS service. >>&

Re: handling push notifications

2014-10-16 Thread Terry Judd
Thanks Mike - makes sense for the app to check in with the server when it starts up so I guess I'll go down that route. Terry... Sent from my iPhone On 17/10/2014, at 1:12 PM, "Mike Kerner" wrote: > Try it. That's my observation. So, what I do, instead, is instead of > sending the payload (

Re: handling push notifications

2014-10-16 Thread Mike Kerner
Try it. That's my observation. So, what I do, instead, is instead of sending the payload (which has to be short, anyhow), is have the app recognize that it's gotten a push notification, then hit my server to find out why. The message you send is for the user, anyway. The payload has to be small

Re: handling push notifications

2014-10-16 Thread Gerry
Terry wrote: > That"s disappointing Really? I'm just resigned to the fact that LC doesn't allow us to develop modern iOS apps that have the same capabilities (in terms of background operations) as xCode-developed apps. I've stopped trying and I've stopped being disappointed about it. What I'd

Re: handling push notifications

2014-10-16 Thread Terry Judd
> >On Thu, Oct 16, 2014 at 7:02 PM, Terry Judd >wrote: > >> Just starting with push notifications and have managed to get a simple >> example working using the livecode example code and AWS¹s SNS service. >>So >> far so good! >> >> Now, in the livecode

Re: handling push notifications

2014-10-16 Thread Mike Kerner
you don't. There are several open bug reports on push, and that's one of them. If the app isn't running and the user opens it via the springboard, no payload. If they open it via the notification center, payload. On Thu, Oct 16, 2014 at 7:02 PM, Terry Judd wrote: > Just

handling push notifications

2014-10-16 Thread Terry Judd
Just starting with push notifications and have managed to get a simple example working using the livecode example code and AWS’s SNS service. So far so good! Now, in the livecode example it an ‘alert’ and a ‘payload’ are sent. The payload is received if the app is open and the alert is

Android Push Notifications

2013-05-15 Thread Pascal Lehner
Hey everyone, I used to set up a test with Android push notifications following this HowTo and the stack that comes with it: http://lessons.runrev.com/m/4069/l/59312 I managed to set up all the dev stuff and actually generate my mobile's token. But when I try to send a notification usin

Re: Android push notifications

2013-03-31 Thread Pierre Sahores
Thanks Bernard and John. It does the job there too ;-) Le 1 avr. 2013 à 01:08, John Craig a écrit : > play_sound=true -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Android push notifications

2013-03-31 Thread John Craig
ailed information than that anywhere else. Bernard On Sun, Mar 31, 2013 at 9:29 PM, John Craig wrote: I've not managed to get a badge or sound for android push notifications. Looking through the GCM developer docs, I haven't even found any reference to them yet, so I'm wondering if th

Re: Android push notifications

2013-03-31 Thread Bernard Devlin
There is some information in RQCC for bug #10154 I have not seen more detailed information than that anywhere else. Bernard On Sun, Mar 31, 2013 at 9:29 PM, John Craig wrote: > I've not managed to get a badge or sound for android push notifications. > Looking through the GCM dev

Re: Android push notifications

2013-03-31 Thread John Craig
I've not managed to get a badge or sound for android push notifications. Looking through the GCM developer docs, I haven't even found any reference to them yet, so I'm wondering if they are even possible using the GCM API alone. On 31/03/2013 15:47, Pierre Sahores wrote: Hi

Re: Android push notifications

2013-03-31 Thread Pierre Sahores
Hi John, Does the badge and sound works in using this way ? Thanks and Best Regards, Pierre Le 31 mars 2013 à 15:44, John Craig a écrit : > Now that I've tested with the pushNotificationReceived message, this update > delivers the payload data; > > # data element of notification > put "N

Re: Android push notifications

2013-03-31 Thread John Craig
Now that I've tested with the pushNotificationReceived message, this update delivers the payload data; # data element of notification put "New updates available" into tDataA["title"] put "There are 3 new updates..." into tDataA["body"] put tDataA["body"] into tDataA["alert"] put 3

Re: Android push notifications

2013-03-30 Thread John Craig
'sound' => 'default' ) ); $headers = array('Authorization: key=' . $apiKey, 'Content-Type: application/json'); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); cu

Re: Android push notifications

2013-03-30 Thread Pierre Sahores
> > curl_setopt($ch, CURLOPT_URL, $url); > curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); > curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); > curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); > curl_setopt($ch, CURLOPT_POST, true); > curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode(

Android push notifications

2013-03-30 Thread John Craig
I've added iOS and Android push notifications to a stack I've been working on. When sending notifications to my android device, the message displayed when the notification arrives is 'Notification received'. Does anyone know how to change (if possible) this messag

Re: mobile push notifications how-to

2013-02-12 Thread Mike Kerner
doesn't get you where you want to go, email me and we'll work it out. Easy is an understatement. On Fri, Feb 1, 2013 at 1:59 PM, Chris Sheffield wrote: > Does anybody have a how-to guide for using push notifications? I've read > through the dictionary and the iOS release

Re: mobile push notifications how-to

2013-02-04 Thread Pierre Sahores
message_abstract" & \ > "&payload=" & trim(utf8encode(bslasher(fld "message_payload"))) > to URL MIAD > put "Aucun traitement en cours..." into fld "prompt" >else answer "Erreur : votre message comporte&q

Re: mobile push notifications how-to

2013-02-01 Thread Pierre Sahores
but works indeed ;-) Best Regards, Pierre Le 1 févr. 2013 à 19:59, Chris Sheffield a écrit : > Does anybody have a how-to guide for using push notifications? I've read > through the dictionary and the iOS release notes about how to handle received > notifications, but how does one

mobile push notifications how-to

2013-02-01 Thread Chris Sheffield
Does anybody have a how-to guide for using push notifications? I've read through the dictionary and the iOS release notes about how to handle received notifications, but how does one actually send out a message? The docs mention a "Push Notification Server" and registering for t

Re: Push notifications on the desktop?

2012-06-06 Thread Jan Schenkel
age - From: Malte Brill To: use-livecode@lists.runrev.com Cc: Sent: Wednesday, June 6, 2012 11:21 PM Subject: Push notifications on the desktop? Hi all, I have a system that connects multiple clients to a database. I would like all clients to receive a push notification if one of them alt

Re: Push notifications on the desktop?

2012-06-06 Thread Alex Tweedly
If you control the clients (and how they connect to the database), then it's trivial (think of it as a chat application :-) - have each client register with an "update server" - when a client changes something, it tells the "update server" - the update server then notifies each client If yo

Re: Push notifications on the desktop?

2012-06-06 Thread Mark Schonewille
Hi Malte, On a local network, it is easy. Just broadcast on *.*.*.255. If broadcasting somehow doesn't work, then you can just connect to all 255 addresses over UDP. If your system has multiple IP addresses, use netstat or a similar command line utility to get all IP addresses of the local mach

Push notifications on the desktop?

2012-06-06 Thread Malte Brill
Hi all, I have a system that connects multiple clients to a database. I would like all clients to receive a push notification if one of them alters stuff in the DB. Anyone got an idea how to implement this? (I do have a LC server license, so I could use that if necessary) Any pointers / ideas

Re: Are iOS push notifications needed for this use case?

2011-12-07 Thread Keith Clarke
ight forward and might work with LC. >>> >>> HTHs >>> >>> -- Tom McGrath III >>> http://lazyriver.on-rev.com >>> 3mcgr...@comcast.net >>> >>> On Dec 6, 2011, at 12:13 PM, Keith Clarke wrote: >>> >

Re: Are iOS push notifications needed for this use case?

2011-12-07 Thread Thomas McGrath III
ink, Tom. Interesting concept but I'm not sure if a > per-user, service-based model could work for the app I have in mind (it > introduces pricing issues for me and security concerns for my target market). > > Native support for push notifications would be so much easier! :-( > B

Re: Are iOS push notifications needed for this use case?

2011-12-07 Thread Keith Clarke
...thanks for the link, Tom. Interesting concept but I'm not sure if a per-user, service-based model could work for the app I have in mind (it introduces pricing issues for me and security concerns for my target market). Native support for push notifications would be so much easier! :-(

Re: Are iOS push notifications needed for this use case?

2011-12-06 Thread Thomas McGrath III
http://lazyriver.on-rev.com 3mcgr...@comcast.net On Dec 6, 2011, at 12:13 PM, Keith Clarke wrote: > Thanks for the confirmation that it's push notifications I need, Tom. > > Before I put LiveCode on ice as a platform for iOS apps (as I've already had > to for web apps),

Re: Are iOS push notifications needed for this use case?

2011-12-06 Thread Keith Clarke
Thanks for the confirmation that it's push notifications I need, Tom. Before I put LiveCode on ice as a platform for iOS apps (as I've already had to for web apps), are there any examples of these third-party solutions that play nicely with LC? Best, Keith.. On 6 Dec 2011, at 14:

Re: Are iOS push notifications needed for this use case?

2011-12-06 Thread Thomas McGrath III
s waiting' counter > on the app's icon. I'm looking for on-device behaviour much like with the > Mail app. > > Is this use case supportable with LiveCode as-is or do I need to look > elsewhere unless/until RunRev

Are iOS push notifications needed for this use case?

2011-12-06 Thread Keith Clarke
7;m looking for on-device behaviour much like with the Mail app. Is this use case supportable with LiveCode as-is or do I need to look elsewhere unless/until RunRev implement support for push notifications? Best, Keith.. ___ use-livecode

Re: Push notifications

2011-02-03 Thread John Allijn
:) On Feb 3, 2011, at 15:47, Mike Kerner wrote: > Not yet, but I keep asking... > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://

Re: Push notifications

2011-02-03 Thread Mike Kerner
Not yet, but I keep asking... ___ 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

Push notifications

2011-02-03 Thread John Allijn
Hi, Is there a way to send/handle push notifications in LiveCode for iOS? Regards, John Allijn ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http