Featured post
iphone - Application crashes after installing iOS 4.2 -
i installed ios 4.2 ipod after application started crash.
the scenario is: launch application wait until it's , running hit ipod home button launch application again, application starts again seconds crashes.
my application job search engine, in of navigation pages it's communicating internet server.
i think problem has applicationdidenterbackground, applicationwillenterforeground, or applicationdidbecomeactive methods. not have code in these methods , not know if need to, prevent crash.
i not understand happens after hit home button , application goes background:
- will still running in background (because of multithreading thing in ios4.2).
- sometimes when relaunch application goes last page left in before hitting home button , sometime starts home page.
i not understand what's going on, want every time starts start in home page.
i submit application apple store before updated ios4.2 , crash starts happen. i'd appreciate if can me issue i'm not able/or know how debug.
thanks lot in advance. regards,
you can set info.plist key applicationdoesnotrunonbackground
make sure app terminated.
- Get link
- X
- Other Apps
Comments
Post a Comment