durazno
durazno

Reputation: 569

Exclude devices that use 1x in assets

I basically want to exclude iPhone 4 and support from iPhone 5 or newer so I've found this little article stating that it is possible and Apple is officially allowing it. http://www.itworld.com/article/2934373/with-ios-9-developers-will-be-able-to-limit-their-apps-to-newer-devices.html

But then I cannot find anything on how exactly. The article does mention something about plist but not much at all.

Also, they suggest that this method will allow iPhone 5s or newer but I'd like to add iPhone 5 as well just before 5s.

Any idea..?

EDIT Just realized iPhone 4 uses 2x.... why hasn't anyone commented on that..? This should be closed.

Upvotes: 1

Views: 153

Answers (1)

iSashok
iSashok

Reputation: 2446

You also can add some option to info.plist UIRequiredDeviceCapabilities and add supporting only arm64 please look doccumentation

Upvotes: 1

Related Questions