ios - Delete files in tmp directory on background -


i have phonegap application puts files in <application>\tmp directory. need remove files when application backgrounded, pause event has restrictions on ios:

this means cannot call console.log (and variants), or calls plugins or cordova api.

i suppose modify cordova library handle applicationdidenterbackground, maintaining change on different versions pain.

how cleanup tmp folder when application backgrounded?


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -