iPhone app crashes at the mid of running or during launch
Posted
by
Sankar Chandra Bose
on Stack Overflow
See other posts from Stack Overflow
or by Sankar Chandra Bose
Published on 2010-12-27T10:51:18Z
Indexed on
2010/12/27
10:53 UTC
Read the original article
Hit count: 293
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
© Stack Overflow or respective owner