iPhone app crashes at the mid of running or during launch
- by Sankar Chandra Bose
Goodafternoon All!
I have an issue in my application.My iphone application crashes at mid of running or during the application launch at times both in iPhone and simulator.
I know that memory management is not proper or is it because os some other reason.
My application is using a web service that pulls the data and displays it in the view,the working of web service is proper,because i see the data coming from the service in my app.
Can anybody suggest how to manage memory properly (i.e,) where i have to release the objects,what are the objects that has to be released and the objects that should not be released.
Kindly suggest a solution to the problem.
Thanks in advance