emoncms / emoncms-ios

iOS app for Emoncms
MIT License
18 stars 8 forks source link

Handle different emoncms server versions gracefully #56

Closed mattjgalloway closed 2 years ago

mattjgalloway commented 2 years ago

Currently we don't check what version the emoncms server is. Therefore we can't do anything like change behaviour based on API version, or even tell the user to update their server if it's too old and things are not supported.

We could add a check for the emoncms server version and use it to tell the user to upgrade their emoncms server version if it's not supported at all, and/or do different things based on the server version (might support a new feature we can use to make something better in the UI).