Seebaro / AppleOS

Seebaro Swift clients
GNU Affero General Public License v3.0
18 stars 3 forks source link

[Backend Dependency] Check iOS version to be upper than every app's minimum target version #4

Open emranovin opened 1 year ago

emranovin commented 1 year ago

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