|
|
|
|
|
by mortenjorck
2003 days ago
|
|
The App Store already does exactly this, though. The only difference is that the gating is by OS version rather than payment. An Xcode deploy target can require a minimum OS version, and when an app's minimum version increases with an update, the update is not available to users who haven't updated their device. If the device doesn't support the new OS version, the user is stuck with the last version supported on the old OS, and will not receive any future patches. |
|