MacOS – Why are new Apps only compatible with the latest version(s) of Mac OS X & not backward comatible with earlier versions of the Operating System

applicationsmacosupgrade

I have noticed that many Apps require at least Mac OS X 10.7.4 to be installed on an apple mac and some apps even require Mac OS X 10.8 to be installed. Cant apps be made backward compatible for those users who may well be on earlier versions (ie Snow Leopard & Leopard). Is this also therefore a very good reason to upgrade to the latest version of the operating system ?

Best Answer

The main reason is that the OS changes. This means that there are new functions that are available in the new OS to the developer. If the developer makes use of them then it is not possible or at least much harder to write the code to support the OS.

One example is the Mac App Store to be able to use this you need a newish version of SNow Leopard and it is not possible to provide a way to use in in Leopard.

So a developer has to make a choice, provide some functionality that only works on a new OS or write code much more quickly that only runs (or is tested under the new OS) or invest time (and thus money) in supporting the old OS but make the app available to more users.