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
Post a Comment