As title, when killing app in Android using the "Running Apps", OnApplicationQuit didn't trigger as expected.
Is there any workaround for this issue ?
As title, when killing app in Android using the "Running Apps", OnApplicationQuit didn't trigger as expected.
Is there any workaround for this issue ?
As Ramazan linked when you kill app on running apps, the kernel destroy the app and it there is not time to unity call OnApplicationQuit
Don't forget when you open another app sometimes your app is just paused and it is not destroyed.
Take a look on this android docs:
https://developer.android.com/reference/android/app/Activity.html