Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lowering iOS deployment target [closed]

I have an app that currently has "iOS Deployment Target: 9.0".

I am going to release a new version and I want to temporarily change that to "iOS Deployment Target: 10.0" until I am able to test the new release more thoroughly on iOS 9.

Will Apple allow me to lower the target back to 9.0 in a future release? Or am I stuck with 10.0 if I make that change in the next release.

I have not found any documentation regarding this scenario, so I assume it would not be a problem, but I have also seen iTunes Connect reject binaries for other undocumented reasons.

Any advice?

like image 247
ebuat3989 Avatar asked Oct 19 '25 16:10

ebuat3989


1 Answers

Yes, you can change iOS Deployment Target 9.0 to 10.0 and in future again lower it to 9.0. Apple does not have problem with OS version support.

Just make sure, Base SDK supportable to 9.0. (All libraries, frameworks and classes should be available in lowered version)

You can use features from system versions later than the deployment target—up to and including the OS version you've selected as your base SDK—but you must check for the availability of all features in both versions.

like image 75
Krunal Avatar answered Oct 21 '25 06:10

Krunal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!