'How can I determine the latest iOS version programmatically using Swift?
I'm currently building a Swift based iOS application.
In my application, I'd like to validate specific security features of the device.
One of these is to ensure that the device has the latest iOS version installed.
Of course, getting the currently installed version of iOS on the device is quite simple. But I can't seem to find any API to programmatically determine what the latest available iOS version is.
Is there some API to do this? Or perhaps some REST API I can call on an Apple site to glean this information?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
