My app crash when exiting after upgrading to sdk 4, error - poor memory access.
I realized that if I put "exit (0)" in "applicationDidEnterBackground: (UIApplication * application)", the application will work fine.
However, is this normal? This is my only "solution" to the problem so far.
NSZombie this time is not very useful ...
source
share