Is it possible to activate a Notifier remotely?

Hello again! I've been trying for quite some time now, but I haven't been able to figure out if its possible. I want to be able to somehow activate a Notifer remotely. My Idea was, that if a new Version is out, that I activate the Notifier so that it tells the user on launch that a new Update for the App is out.
Thanks in advance!

Try this

1 Like

You can use a Web component, a Google Sheets, and the notifier. You put the current version of your app in a Google Sheets cell and a variable with the current version in the app, and you use the Web component to get the data from that cell, you do a comparison between the variable and the cell, so every time you update your app, you increase the version of the variable and the cell, since the user will have version 1.0 for example and you update it to 1.1, that will trigger an event in the user’s app notifying them that there has been an update.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.