Understanding Memory Management on iOS
The number one source of one-star reviews in App Store is out of memory crashes. iOS is very strict in this regard, terminating any app failing to fit into the memory limit. In this session you will learn low-level details about iOS memory management, how to interpret the numbers shown by Unity Profiler, Xcode, and Instruments, as well as, how to use these tools to find out what data in your game consumes much memory.