Forum Discussion
RokuKevin
16 years agoVisitor
2MB is the maximum size of an app. In general, your app should be much smaller than this. The typical size for a large, fully functional app like MLB or Amazon is about 200KB in the pkg format. Some simple apps are as small as 25 KB.
This is achieved by limiting the number of large images included in the app. Include only the images that need to be loaded immediately and reference all the other images on the internet.
This is achieved by limiting the number of large images included in the app. Include only the images that need to be loaded immediately and reference all the other images on the internet.