Questions tagged [app-thinning]

App Thinning (iOS, watchOS)

From the tvOS Developer Library:

The App Store and operating system optimize the installation of iOS and watchOS apps by tailoring app delivery to the capabilities of the user’s particular device, with minimal footprint. This optimization, called app thinning, lets you create apps that use the most device features, occupy minimum disk space, and accommodate future updates that can be applied by Apple. Faster downloads and more space for other apps and content provides a better user experience.

46 questions
-3
votes
2 answers

How to reduce app size using app thinning and explain different ways to reduce app size

I have .png images having 1.6 mb. I used few classes having 17 mb memory size but my project size 40 mb approximately. Can any one suggest best solution for reducing app size for uploading into app store.suggest me how to find largest file in my…
1 2 3
4