From Max size of an iOS application I came to know that a typical iOS application binary can be up to 2GB. However, the executable file limit is 100MB. What is the maximum heap limit for a typical iOS application? It would be great if one can let me know the heap/ data segment/ code segment limits too.
Is there any restrictions from Apple?