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

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -