How to get the latest ios version available in the market.

Hello Team,


Do we have any API or a way to figure out the latest os(iOS/iPadOS) version available in the market. I can see that we have Apple Developer Documentation which provides the information. Can this information be achieved in code using Swift? Do we have any built-in API for this?


Thanks,

Rahul S.


[Personal Information Edited by Moderator]


Posted on Jan 19, 2023 9:26 AM

Reply
6 replies

Jan 21, 2023 11:36 AM in response to rahulsinghotx

rahulsinghotx wrote:

Do we have any API or a way to figure out the latest os(iOS/iPadOS) version available in the market. I can see that we have Apple Developer Documentation which provides the information. Can this information be achieved in code using Swift? Do we have any built-in API for this?


There is no Swift API and no general API for this purpose AFAIK, with the command line softwareupdate command on macOS being about the closest analog (and that's for macOS, of course), though there is an omnibus release RSS feed available from Apple Developer, and which can probably be workable here and possibly with some added text processing and filtering:


https://developer.apple.com/news/releases/rss/releases.rss


You'll need to subscribe to and periodically poll the RSS feed, and then scan for packages and updates of interest.


I don't know of a way for a client-initiated scan to trigger an update locally (if that's where this is headed), though there is the documented Apple mechanism for that purpose. Settings > General > Software Update > Automatic Updates [on]

Jan 21, 2023 9:58 AM in response to rahulsinghotx

You cannot pick and choose an iOS versions. What you get is Settings > General > Software update > [All options are available here]



You need to correctly Identify your iPhone model - Apple Support



These are the iOS options based on iPhone Model -->

  • iOS 16.2 —>
    • Chipset A11 - 8 / 8 Plus / X
    • Chipset A12 - XR / XS / XS Max
    • Chipset A13 - SE (2020) / 11 / 11 Pro /11 Pro Max
    • Chipset A14 - 12 Mini / 12 / 12 Pro / 12 Pro Max
    • Chipset A15 - SE (2022) / 13 Mini / 13 / 13 Pro / 13 Pro Max
    • Chipset A16 - 14 / 14 Plus / 14 Pro / 14 Pro Max
  • iOS 15.7.2 —>
    • Chipset A9 - 6S / 6S Plus /SE (1st Gen)
    • Chipset A10 - 7 / 7 Plus
  • iOS 12.5.6 —>
    • Chipset A7 - iPhone 5S
    • Chipset A8 - iPhone 6/6 Plus
  • iOS 10.3.4 —>
    • Chipset A6 - iPhone 5
  • iOS 10.3.3 —>
    • Chipset A6 - iPhone 5C
  • iOS 9.3.6 —> iPhone 4S - Chipset A5
  • iOS 7.1.2 —> iPhone 4 - Chipset A4



Know how to...


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to get the latest ios version available in the market.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.