Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] [9.0.0] Why is iOS >=15.5 the minimum target #2757

Open
FrederickEngelhardt opened this issue Sep 12, 2024 · 2 comments
Open

[question] [9.0.0] Why is iOS >=15.5 the minimum target #2757

FrederickEngelhardt opened this issue Sep 12, 2024 · 2 comments

Comments

@FrederickEngelhardt
Copy link

FrederickEngelhardt commented Sep 12, 2024

Hello, reaching out regarding release 9.0.0 which sets the minimum supported iOS version to 15.5. Change here

  1. Is there reason to drop iOS 13 & 14? RN support iOS 13 and 13.4 for versions which match react-native ~0.74.x - ~0.75? These versions also need AGP >=8.x.x support but may need to also target iOS 13 and 14 devices.
  1. Is there features that would not work with iOS 13 or 14 targets?

Locally for AGP >= 8.x.x we've been running a manifest namespace and xml patcher script, but curious if react-native-code-push >=9.x.x should be avoided until projects target ReactNatuve76 which targets > iOS 15 and/or companies want to drop support for iOS 13 & 14.

@huextrat
Copy link

Latest versions of SSZipArchive works on iOS 15.5+ https://github.com/ZipArchive/ZipArchive?tab=readme-ov-file#version-250-updates-minimum-os-versions

And the bump on codepush has been done here #2709

@DmitriyKirakosyan
Copy link
Contributor

@FrederickEngelhardt We've updated SSZipArchive to version 2.5.5 to fix two critical vulnerabilities, and it set the minimum iOS version to 15.5.
Also, iOS 14 is no longer officially supported. See https://endoflife.date/ios.
Please use previous version until you can bump iOS version in your project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants