exponea / exponea-android-sdk

MIT License
17 stars 16 forks source link

Fatal Exception: java.lang.IllegalArgumentException in the InAppMessagePresenter #44

Closed red5leader closed 2 years ago

red5leader commented 2 years ago

Our app is currently using the 2.9.5 version of the sdk and we are receiving the following crash alerts in Firebase. It's occurring on multiple types of devices as well as different Android OS versions

2021-12-08_22-18-44

Is this something that may have been fixed in a new version of the sdk or something that may have been reported before?

michaela-dev commented 2 years ago

Hi, this should be fixed in 2.9.7, this was caused by the in-app autoclose feature where SDK was trying to close in-app after a specific time and its window was no longer available (was already destroyed).