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

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -