We have been noticing a significant amount of crash on our firebase crashlytics in relation to Adobe In-App message on our Android App.
We are currently using
This is the error -
Solved! Go to Solution.
Hello @AnilKrishna
I would start looking at onDismiss function. It seems StartAnimation function is called when the IAM is dismissed and no paramaters are pass to StartAnimation function.
Here is the sample code for IAMs
https://github.com/adobe/aepsdk-messaging-android/blob/main/code/testapp/src/main/java/com/adobe/mar...
Hello @AnilKrishna
I would start looking at onDismiss function. It seems StartAnimation function is called when the IAM is dismissed and no paramaters are pass to StartAnimation function.
Here is the sample code for IAMs
https://github.com/adobe/aepsdk-messaging-android/blob/main/code/testapp/src/main/java/com/adobe/mar...
Dear @_Manoj_Kumar_
Thanks for the response. Appreciate it.
I do understand what is happening here. Since these classes are blackbox code to us we cannot do much to change anything from our side. Perhaps raising an issue on the github project might help I believe.
However, I also see that in the latest 3.0.0 version, there are lot of changes related to the IAM and perhaps this issue is already handled? One thing we could do is to update the mobile core version and monitor the crashlytics to see if we still face this.