I have an app that uses background services, so because of this, ApplicationWillTerminate actaully never gets called, intead ApplicationWillEnterBackground gets called when a user TERMINATES not closes an app.
The issue is I need to be notified when the user specifically terminates the app, not just closes it.
What can i do to obtain my desired results?
Something i have thought about is using the application variable, but the only thing I can find in the variable is an applicationState variable, and it's 2 both when closing the app and terminating the app