With B4I We have access to nearly all the Application Delegate events (Bckground, Foreground, Active, Inactive..) but I can't see how to add some needed code to applicationWillTerminate.
My app does several things in background and needs some stuff to be done in case it is terminated.
How can I get this event?
My app does several things in background and needs some stuff to be done in case it is terminated.
How can I get this event?