Quote:
Originally Posted by dpraskumar
Hey, I want to know whether the application crashes because of the memory issue as soon as you click on your application icon in the iPhone?
Im asking this because, I couldnt even see the app working for a single second. It just crashes once it is selected.
If yes, then I will have to do a lot of changes then.
|
Well, I guess it IS unlikely. but if you are loading too much data at startup, it can very possibly happen. Still I have to agree with the other posts, you have to run a debug session on the actual device. It could also be that you are not retaining an object and then calling a selector on it, and then it is no longer there. If you don't have an iphone available, just take a hard look at your code and check the init/retain/release calls to check if everything is right. If the app runs ok on the simulator and you made sure you are compiling for the right version I'd say it's a memory issue.