-
-
Notifications
You must be signed in to change notification settings - Fork 320
Closed
Description
Use case
At the moment, we have to be very careful with changes, as the app might be incompatible with a newer version of the server.
Proposal
Add a new endpoint in the server, perhaps required_version
that returns a version (we can use get_version()
to generate it). The mobile app would load this on startup and compare its current version with the one downloaded. If the app's version is less than the required one, it would inform the user that he needs to update
Metadata
Metadata
Assignees
Labels
No labels