Hello,
I have user crashes related to configuring Purchases. However, when i have experienced this crash, it is when i am trying to close the app. I have a single exit point and use:
startActivity(intent);finish();before moving to a new intent. My exit looks like the following
Thread.currentThread().interrupt();finish();System.exit(0);finish();
Any thoughts?