Old Users Update Notification

Hi good people please is it possible to create an update and the old users can get a pop up message that requires them to update to the latest version? I want to create an update of my App Help me

Search in the community you can find

:+1:These are for update your app

If you only want notification you can make like this

1.Add your version code in firebase database or airtable
2.use blocks when screen intilize get version code in your database then compare that with app version code and if it is grater than existing version code show pop up notification

Check here