Replies: 1 comment
-
|
Hello! Could you clarify if you saw a message saying "The app crashed," or if it silently stopped working? In the latter case, it is more likely that the system terminated the app - a situation the app cannot prevent. Because the The most reliable way to prevent the app from being killed is to keep the device plugged into a charger, leave the screen on with the app in the foreground, and disable any battery optimization features on your phone. Alternatively, you can rely solely on FCM (Firebase Cloud Messaging), as a push notification will start the app if it isn’t already running. For more details, please refer to: https://docs.sms-gate.app/faq/general/#does-the-app-require-power-saving-mode-to-be-turned-off-to-function-without-interruptions and https://dontkillmyapp.com/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I enabled
system:pingand took the phone with me the whole day. My surprise was that the app "crashed" somehow at some point, and it didn't sent pings anymore to my private server.If I don't open the app manually again, it doesn't send any pings (battery optimization disabled for the app)
Maybe have some kind of auto-restarts in case the app crash at some point?
Beta Was this translation helpful? Give feedback.
All reactions