Page 1 of 1

Push Notifications

Posted: Thu Apr 28, 2022 12:07 pm
by cperezcr
Hi everyone
We have Profound in several tablets (let's say 5) but we wonder if is possible to push a notification to just tablet #3 with a message in a popup that the user can see or hear a ding when received.... is this possible?

Re: Push Notifications

Posted: Thu Apr 28, 2022 8:45 pm
by Scott Klement
You would have to build your own app with Cordova. We have instructions at the following link (replace "PhoneGap" with "Cordova" in the instructions)
https://docs.profoundlogic.com/display/ ... h+PhoneGap

Then you can add support for push notifications into your app using one of the various plugins that support it. A quick Google search found this tutorial:https://www.npmjs.com/package/cordova-plugin-firebasex

Re: Push Notifications

Posted: Mon May 16, 2022 3:57 pm
by DanD
If you're looking to send a notification to them manually in a fashion similar to sndbrkmsg (but specifying user ID instead of device ID), you can also use PUISNDMSG command