AppLovin / AppLovin-MAX-Unity-Plugin

130 stars 35 forks source link

objc_msgSend crash on iOS #259

Open abogarsukov-braingames opened 1 year ago

abogarsukov-braingames commented 1 year ago

MAX Plugin Version

5.10.0

Unity Version

2021.3.26

Device/Platform Info

iOS

Current Behavior

Application crashes randomly after showing an ad. We're not able to reproduce this on our side, can only observe the issue in crashlytics. Please see the crash reports attached. We can see references to AppLovin/AdMob calls in the stack traces.

Expected Behavior

No response

How to Reproduce

We're not able to reproduce the issue on our side.

Additional Info

com.braingames.wordfarmscapes_issue_3ceba855a8ad2d1af83655803dc13f70_crash_session_a397ddea72ef4e34bfb27ac3a0a058ce_DNE_0_v2_stacktrace.txt com.braingames.wordfarmscapes_issue_3ceba855a8ad2d1af83655803dc13f70_crash_session_4f35d3fc108e439992a12ba3d802f598_DNE_0_v2_stacktrace.txt

thomasmso commented 1 year ago

@abogarsukov-braingames - How frequent is this crash occurring as a % of DAUs? You can fix the crash by removing Ad Review from your build.

abogarsukov-braingames commented 1 year ago

@thomasmso 0.36% of DAU affected. It's worth mentioning that while we did have this issue before upgrading AppLovin to v5.10, but at much much lower rates (we upgraded from v5.8).

thomasmso commented 1 year ago

@abogarsukov-braingames - Got it. From the stack trace I can see it's related to Ad Review, so you can remove it in a new build. Investigation of the crash will likely take some time as it's pretty obscure the object we're calling objc_msgSend should never be nil.

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open for 30 days with no activity.