Hello!
In the process of testing my application, I encountered an unpleasant situation.
I’m testing the application on a real device (Android 6.0 / 7.0).
For unknown reasons, at different times, the application is restarted.
That is literally - it is restarted. It’s not crash.
Identify the sequence of actions leading to a restart did not work, because each time it happened at different times. Sometimes it was enough to launch the application (this is a game), take several actions without starting the game. Sometimes it happened during the game.
In some cases, access to the Internet was, in some cases - no.
The application uses:
-
Google Play Game Services plugin (plugin.gpgs)
-
Google IAP pluggin (plugin.google.iap.v3)
-
Firebase plugin (plugin.firebaseAnalytics)
-
Appodeal plugin (plugin.appodeal)
I do not even know what to do with these restartings.
If someone has come across a similar or there is an assumption - help please advice! Thank you!