what’s the best way you’re using to make appear a “New Version Available” button when you upload a new release and want your users to download it straight away?
And what’s your trigger?
I was thinking something like:
if (version < value).then (button.visibility.true)
This is what i thought too, but how i can determinate the user’s version?
I was thinking of:
if user version < latest, show the button.
On click button > increase +1 version user.
But what if the user clicks the button and at the end he doesnt update?
The button will do a +1 on user’s version, but in fact he will still have the oldest one.
What i meant if there’s a way, similar to a block that shows automatically the version number of the app