tiki-deprecated / app

TIKI DAO 🤫
MIT License
13 stars 6 forks source link

Call checkUpdate and showUpdateNotification in background fetch #551

Closed ricardobrg closed 1 year ago

ricardobrg commented 2 years ago

With the schedule system implemented in #550 the app can check for updates daily. If it is not on foreground, it will show a notification asking the user to update the app.

Acceptance criteria 1 - App shows notification when in the background.