starnox
starnox

Reputation: 23

iOS build to target 4" screens only

Is there a way to build a release for the App Store that only targets 4" screens (e.g. will only run on iPhone 5+, iPod Touch 5th Gen+)?

Upvotes: 0

Views: 189

Answers (2)

Martin Ullrich
Martin Ullrich

Reputation: 100581

If you don't mind losing iPod touch 5th gen, you can build only with armv7s so it only runs on iPhone 5+ (and you can try to add "armv7s" to the UIRequiredDeviceCapabilities Info.plist key) But maybe Apple could reject that binary or the App Store App could be unable to filter that.

Upvotes: 0

Sviatoslav Yakymiv
Sviatoslav Yakymiv

Reputation: 7935

No. It's impossible. You can select only minimum iOS version.

Upvotes: 1

Related Questions