Reputation: 23
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
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
Reputation: 7935
No. It's impossible. You can select only minimum iOS version.
Upvotes: 1