iphone - iOS kill myapp issue -


oct  5 16:23:07  com.apple.launchd[1] <notice>: (uikitapplication:com.gx.uxart[0x57b0]) exited: killed: 9  oct  5 16:23:07  com.apple.launchd[1] <notice>: (uikitapplication:com.hahainteractive.bookswing[0x2339]) exited: killed: 9  oct  5 16:23:07  com.apple.launchd[1] <notice>: (uikitapplication:com.nike.nikeplus-gps[0xf40f]) exited: killed: 9  oct  5 16:23:07  backboardd[28] <warning>: application 'uikitapplication:net.nyvra.nysliderpopoverdemo[0x43d]' exited abnormally signal 9: killed: 9  oct  5 16:23:07  backboardd[28] <warning>: application 'uikitapplication:com.croquis.cookiewords[0xcc22]' exited abnormally signal 9: killed: 9  oct  5 16:23:07  backboardd[28] <warning>: application 'uikitapplication:com.gx.uxart[0x57b0]' exited abnormally signal 9: killed: 9  oct  5 16:23:07  backboardd[28] <warning>: application 'uikitapplication:com.hahainteractive.bookswing[0x2339]' exited abnormally signal 9: killed: 9  oct  5 16:23:07  backboardd[28] <warning>: application 'uikitapplication:com.nike.nikeplus-gps[0xf40f]' exited abnormally signal 9: killed: 9 

myapp com.gx.uxart. have questions.

what com.apple.lanuchd? (i know backboard springboard daemon.)

why kill app ios? memory usage?

what can prevent application killing ios? memory optimization?

launched father of processes.. under unix inits iirc.
it's job launch , relaunch , kill daemons/apps including springboard i'd guess

but doesn't matter in case :) matters cant reliably prevent os killing app. can killed anytime. there no constant background mode. apple writes in detail:

any app goes bg can request continue running via backgroundtask starts. can time want... in theory. in practice: shouldn't use memory, cpu time or consume power or killed nonetheless.

speculation

in case indeed os kills apps possible give more men nikeplus-gps ... isn't enough , has kill nikeplus too


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -