iOS client should check the current iOS version and compare it to every app the user requested and throw an error in case the user's device iOS version is under the requested app minimum supported version.
This will prevent downloading the unsupported app and save the user's internet toll.
We can obtain the user's device iOS version easily with a standard API.
iOS client should check the current iOS version and compare it to every app the user requested and throw an error in case the user's device iOS version is under the requested app minimum supported version. This will prevent downloading the unsupported app and save the user's internet toll. We can obtain the user's device iOS version easily with a standard API.
https://github.com/Seebaro/Backend/issues/1