Push-Notifications

Hi @kovarj,

okay, here it comes :smiley:

The library “TBSWpush” implements direct push messages using the pushover message api (only message api, see Pushover: API):

The zip at the bottom of this post contains a AS4.12 sample project including the library implementation + one task that shows how to setup and execute the call.
No documentation available unfortunately, but at least the description of the function block and structure elements can be found in the corresponding var / typ files.

What you have to do:

  • create a pushover account, get a user key, see: https://pushover.net
  • setup a pushover application with this account
  • install a pushover client on your smartphone / tablet / desktop … (free trial for xxx days, “a few $ for each client installation”)
  • use the pushover application and group or user keys with the library “TBSWpush”

Of course you have to get familiar with pushover, because the library can only provide the message pushing itself.
So read carefully the informations and instructions at https://pushover.net about account and application creation, client registration, subscribing to pushover applications a.s.o.

Happy message pushing :wink:

PushoverSample.zip (95.4 KB)

7 Likes