The three iOS 9 features that let you keep more of your storage capacity

0
Share

The three iOS 9 features that let you keep more of your storage capacity

Apple gave a small mention in yesterday’s keynote to something that may make a big difference to those iPhone and iPad owners who find themselves running short of storage space: App Thinning. The idea is that your iOS 9 device only downloads the code it actually needs, making apps significantly smaller than they are today.

What Apple listed as one feature is actually three separate mechanisms, each playing its own part in reducing app size, and ArsTechnica has provided an interesting look at how it all works …

The primary mechanism – App Slicing – is the one that does most of the work. Because apps need to run on a variety of devices, from the 3.5-inch iPhone 4 to the 5.5-inch iPhone 6 (or 10-inch iPad, for universal apps), they contain separate assets for each of those devices – most of which your device doesn’t need.

Say you have an iPhone 5C, which uses a 32-bit CPU and a GPU that doesn’t support the Metal API. Download a modern universal game, and that binary includes 64-bit code, iPad and “3x” iPhone 6 Plus assets, and Metal API code that it doesn’t need. It only needs the 32-bit code, “2x” iPhone-sized assets, and the OpenGL graphics code.

With App Slices, developers tag assets by device, and when you download the app from iTunes, it will only download the assets your device needs. Apple has made this process pretty simple for developers, so it’s likely that many will support it…

Read More