artoolkit-docs

Reducing the Size of an iOS App

It is always desirable to minimize the size of any binary distribution when developing an iOS application, due to App Store cellular download limits. The easiest way to inspect where your footprint is coming from is to inspect the package itself. Locate the built app, right-click on it, and choose “Show package contents”.

ARApp - Show package contents

Look at the file sizes in the resulting directory, and particularly at the size of the compiled executable and your data files (models etc.)

Here is a checklist of things you should check when trying to reduce the size of the executable:

If trying to reduce the size of data files included with your application, pay particular attention to model files and textures.