I have an iPhone application that will save number of images in it. I used SQLite in-order to save the images into the application. There were lot of memory issues after i saved more than 20 images.
Do any one know how many images users can save in their app database?. if it depends on iphone memory, how can we get that max limit?.
One more thing:
I have removed the database and used the file system to store the images into application. but same problem replicated.
Can any one suggest me on this. I owe a lot for your great help.
Thanks in advance.