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
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
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
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
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
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
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
-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
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
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
#x27;body' => $abstract,
'payload' => $payload,
'badge' => intval($badge),
'sound' => 'default',
'play_sound=> 'true',
'collapse_key' => 'abcdef',
);
Thanks for any help on this.
SPhere
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
&
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.
_
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
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
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
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
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
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.
>>&
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 (
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
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
>
>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
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
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
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
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
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
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
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
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
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
'sound' => 'default'
)
);
$headers = array('Authorization: key=' . $apiKey, 'Content-Type:
application/json');
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
cu
>
> 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(
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
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
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
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
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
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
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
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
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
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:
>>>
>
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
...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! :-(
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),
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:
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
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
:)
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://
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
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
53 matches
Mail list logo