How much memory can an iPhone app use?

前端 未结 4 2196
后悔当初
后悔当初 2020-12-17 19:02

Can anyone link me to a page that describes memory allocations for iPhone apps.

I have heard that you are limited to a sandbox of ~20 megs, depending on the state of

4条回答
  •  眼角桃花
    2020-12-17 19:42

    It depends on current device state. Some native iPhone applications can run in background and waste device resources(Mail, Safari, Sms, Phone...) So, it's hard to say how much memory u will get...Ideally, your application should stay within 10-12Mb limit to successfully overcome any memory issues.

提交回复
热议问题