02-15-2015, 08:03 PM
(02-14-2015, 02:07 AM)Viscab Wrote: mind to share how you added push notifications? not to strong in this.
no problem:
first, you have to download the app "prowl" from the appstore, then generate an api key on their Website...
with this key you can adress your device for the push notification.
then you download the prowlUDF autoit script ... you Need winhttp script as well, see on their thread (the link from the post above)
I hardcoded my api key in the script and wherever I Need a push i add:
sendPushNotification($payload) where payload is the message I want to send.
in the functions.au3 you have to reference the scripts of course...
does this help?
bye,
kry