user1037907
user1037907

Reputation: 21

can I create an app that is available ONLY for iPhone 5?

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

Answers (2)

Cullen SUN
Cullen SUN

Reputation: 3547

Not possible. In App Store, you can only limit device's iOS version. iOS5, iOS6,...

Upvotes: 5

Ricardo Sanchez-Saez
Ricardo Sanchez-Saez

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

Related Questions