Skip to content
Discussion options

You must be logged in to vote

Hi @psbpd21, we chose iOS 15 as the minimum deployment target for a few reasons:

  • As @paulb777 said, the streaming API implementations use iOS 15+ APIs (e.g., URLSession.AsyncBytes).
    • Note: I haven't audited the implementations to verify but the non-streaming implementations may not rely on any iOS 15+ features (most are 13+).
  • Xcode 16 and 26 only officially support iOS 15, though lower deployment targets continue to build.
  • All iOS devices that can run iOS 13 or iOS 14 can be upgraded to iOS 15.
    • For this reason, Apple has not released security updates for iOS 13 or iOS 14 since 2020-09-01 and 2021-10-26, respectively.
    • It would be difficult for us to diagnose iOS 13 or 14-specific issue…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@andrewheard
Comment options

Answer selected by psbpd21
@psbpd21
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants