Why the app start with splashscreen after pause and not resume

Hi, A lot of users are complaining about the app starts all over again after putting the app in the background (pause). This happens not always but the its happening is very annoying because the initial start takes 30 sec!!!

Can somebody explain when the app starts from the beginning? Wat do I have to do to make it always possible to resume the app and running in the foreground???

All help will be appreciated, thanks

check this out :


and look at this cordova plugin
https://github.com/katzer/cordova-plugin-background-mode

Do note with that background plugin, Apple and Google will reject your app if it doesn’t follow their guidelines.

Apps take time to start, and like the first article that Akwasi posted, it’s just how the phone manages memory.

Every app faces the same issue.