Page 2 of 2

Re: Audience Polling System

Posted: Fri Sep 17, 2021 2:57 pm
by simon.schvartzman
Hi Oliver, about how Notifications could be of help:

- each device has intrinsically its own unique ID (the Notification token handled by the operating system)
- there is no need for the APP to be open in order to receive the alert
- there is no need to "hard code" the questions in the APP itself. Instead they could be uploaded to a simple web page (text, images, video ) and the APP will need just a Browser widget to fetch it (likewise for the answer buttons)

Working with notifications is indeed kind of tricky but once you master it (and there are two excellent tutorials) it is a very powerful tool.