views:

28

answers:

0

The first version of my app runs on all iOs devices. I'm considering releasing an upgrade which will only work on devices which support opengl es 2. Is that as simple as changing the UIRequiredDeviceCapabilities in info.plist? If I do this, what will users on the old device see when they try to upgrade? Or will they even be notified that there's an upgrade available?

And lastly, just want to double-check that this will work, that it's possible to change the device requirements for different versions of my app.