Closed RFS-6ro closed 7 months ago
+1 for the same behavior
Attaching Crash Log captured on android device through Android Logcat
@RFS-6ro @fablerq thank you for the report! Could you please check if this solution fixes the problem?
@RFS-6ro @fablerq thank you for the report! Could you please check if this solution fixes the problem?
I was using il2cpp even before integrating your solution
@RFS-6ro which Adapty and Unity versions do you use?
@vladd-g
Unity v2022.3.8f1
AdaptySDK v2.7.1 (Yes, you said to use 2.7.0, but it's not compatible due to compilation errors (missing Adapty.SetUnknownEventListener
method))
Adapty.UI v2.0.1
@RFS-6ro thank you!
We built with 2021.3.30f1, it was ok
Is it the same for AdaptyUI v2.0.0?
@vladd-g Will try your sample project and those versions right away
Ok, I figured it out. The problem was with Sentry SDK that is monitoring activities and unity sessions. Since Adapty is pausing Unity activity and creating its own - Sentry was throwing an exception, closing an application.
Here's the code I use to show the paywall: It appears for one second and the application crashes.