We would like to track when the app is terminated by a user so we are using 'applicationWillTerminate' method. sometimes it's working fine but sometimes we can not store data because the app is terminated so is there any other way to track that.
We have tried 'applicationWillTerminate' method. We can another method if there is any.