Reputation: 21
I'm a game developer and I would like to create a game that will be custom developed for iPhone5 screen.
I would like to make it available on the app store only for iPhone5 devices.
Is this possible and how?
Upvotes: 2
Views: 300
Reputation: 3547
Not possible. In App Store, you can only limit device's iOS version. iOS5, iOS6,...
Upvotes: 5
Reputation: 9566
I think this is not possible.
The way of setting requirements for your App (that can be enforced from iOS App Store) is the UIRequiredDeviceCapabilities key of the Info.plist file, and there is nothing specific to the iPhone 5 there (the closest requirement is bluetooth-le, but the minimum iPhone having this capability is the iPhone 4S).
Upvotes: 2