I created an iPhone app that has almost 500MB of data. But the problem is SpringBoard keeps crashing when trying to run it. It runs fine without the 500MB of data so I'm guessing I am packaging the data wrong. I placed all the files under the resources in folders. Only one piece of data is called at anytime in my program, so I don't know why SpringBoard won't run it when I see larger programs being sold on iTunes.
+4
A:
But how much of that 500MB of data is your app trying to load into memory? The iPhone O/S will kill your app if it slurps up too much -- at any point during your app's run cycle.
Shaggy Frog
2010-04-09 21:02:20