Hi, I am experiecing a weird behaviour on my Apps. When they are in the foreground they work great, but once they are minimized and therefore sent to background, after some minutes (may be 10 to more than an hour), the app like bugs out. When you open it again (before it was on the background), the Activity_Create event on the Main activity is raised, as if it had been task killed. This causes the app to crash when, for example, the user was in another activity, so when he opens it again, it crashes and says ...view was not initialized.
To sum up, when an app is in the background for a long time, the system partially "kills" it, making it crash when the user opens it again. Any ideas what to do? Thanks!
To sum up, when an app is in the background for a long time, the system partially "kills" it, making it crash when the user opens it again. Any ideas what to do? Thanks!