tiki-deprecated / app

TIKI DAO 🤫
MIT License
13 stars 6 forks source link

Research how to alert users about app updates #539

Closed ricardobrg closed 2 years ago

ricardobrg commented 2 years ago

We have too many users on old, outdated versions. We need to tell them to upgrade, and we don't know how to do that yet.

Research how to implement #226

Acceptance criteria 1 - Description of #226 implementation for Android and iOS

ricardobrg commented 2 years ago

Since Github releases are done after the app is available on iOS and Android, it is the most reliable way to implement it, without depending on 3rd party libraries.

  1. Query the GitHub API releases https://api.github.com/repos/tiki/app/releases #547
  2. App in the foreground - warn the user with widget #546
  3. App in the background - send local notification #545 (OS limitations