If client version less than required, then requests cannot be processed and client need to be updated.
This might help with update mobile clients.
- client send self version with every request
- if client not supported, server returns HTTP error
- client handle this error - "Please, update your app"
If client version less than required, then requests cannot be processed and client need to be updated.
This might help with update mobile clients.