3

I just installed iOS 11 beta and I noticed that Offload App, By offloading app what will be remove Shared Directory or User Default or remove both or other than this ?

enter image description here Looking for suggestions.

Thanks

Aleem
  • 3,173
  • 5
  • 33
  • 71

3 Answers3

3

Offloading lets you ”offload” the bundle (.ipa) for your app to save disk space. It will delete the ipa file (which contains your libraries and resources) and store only Documents and Data that includes shared data, UserDefaults etc..

Offload

Once we offload the app, what remains is the app icon of it with a small download pip on it to indicate that it has been offloaded .

Offloaded app

Just by simple tapping on it, the app will get downloaded from the store and the saved Documents and Data will be integrated to the downloaded app, instead of an empty directory as it normally would with a fresh install.

Installing offloaded app

This is a really great feature by Apple especially for devices with just 16GB storage. As you can see offloading the Prisma app saves me 44MB which is great. And even more, iOS can automatically offloads unused apps for us.

Auto offload

badhanganesh
  • 3,427
  • 3
  • 18
  • 39
1

There is no official document(technical) available for offloading apps till the date but as the description(in setting app) says that your documents and data will be saved then I think it will save user defaults , document directories and core data - I mean all kind of data that can be stored!

enter image description here

Ketan Parmar
  • 27,092
  • 9
  • 50
  • 75
1

It will save Shared Directory & User Defaults. Everything else will be deleted.

Ashutosh Dave
  • 382
  • 16
  • 33