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
Thanks for the info. I tried to follow the GitHub link and translate from Kotlin to Java. I thought i fixed the issue, but have started getting the same crash again. Here’s the code that i thought fixed it …
I have attached a screenshot of the code that i thought would fix it