iphone - My IOS web photo browser app is using 240mb of real memory . -


I'm new to iOS development. I have developed an app that shows url to some images. I used MWPhotoBrowser to load my images and cache management. There are 33 images to show my app. I checked the original memory in the activity monitor and started it with 15 MB and by that time it increased to 240 MB Grown up when I was looking at my 33rd image. Is this problem going up if I submit my app for review

Thanks, Preetam Unity

Did you ever get your app accident on a real device? If so, you will definitely need to reconsider your memory management.

I remember that a training class from Linda Dot Com is actually saying at the time, iOS only allows you to use about 50 MB of memory, and if any app, including the app from Apple If you use more than that, the app will be automatically shut down by iOS. I do not know how much an app can really use now, but since the iPhone 4 and the iPhone 4S 240 MB is probably too much, the total Mixer 512 MB. I would say that if you experience the app accident, then you will probably be rejected by Apple.

In general, I think you should take a look at your memory management and see if you can reuse them and

good luck!

Comments