How do I check for Automatic Updates

How can I check for updates when the application is opened?

use firebase or airtable database to keep your latest application version code, and check that version code on app start,

if the version code on your database is greater than the version code of your app then show a notifier with download link

check this link for Custom Notification Dialog -

2 Likes

Thanks :slight_smile:

You can also use the new Remote config component. This could be a bit easier as a editable databse

1 Like

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