-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Update your application" system #1100
Comments
Check branch |
I found some packages but all are doing web scrapping which means that the package breaks when UI changes occur or some changes occur in the website... We need to make one API to fetch the latest version, release notes, etc. By doing this it will be stable forever. The only extra step will be we need to update the API response every time we release the new version. |
ok not urgent |
ok |
I think we need to do some test releases of the branch https://github.com/TalaoDAO/AltMe/tree/app_update I have tried to do in app update for android... link direct for ios... |
For security reason it's important to keep Altme up to date.
When app is launching it checks if current app version is < to last prod version. If that's the case we force user to update Altme.
In this case we should offer possibility of backing up credentials?
To Be Defined: Where and how are we storing info about last production version? Is there an official mechanism with the stores?
The text was updated successfully, but these errors were encountered: