Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tips and Tricks to avoid iphone app crash

Is there any tips to avoid crashing of iPhone applications. Sometime it is very difficult to understand where the problem is. What are the possible reasons of iPhone app crashes ?

like image 654
S.P. Avatar asked Feb 28 '23 01:02

S.P.


1 Answers

One of the biggest causes of crashes on the iPhone platform is not following the Cocoa Memory Management rules.

See this question: Memory Management in Objective-C

like image 51
Gordon Christie Avatar answered Mar 02 '23 17:03

Gordon Christie