Closed dovanvu1792 closed 1 year ago
Hello! Unfortunately, we can't reproduce the issue with provided details using public sample. Crash looks quite generic and does not have traces to our sdk. You mentioned that it crash on the app start up. What do you do during the app start? Did you try to exclude code invocation related to ads and try to launch the app? Could you provide more details to our email, please?
Please add minifyEnabled true shrinkResources true to your Gradle. If you don't add that, can't reproduce the issue.
I only load Admob interstitial ads + Yandex Interstitial ads -> Crash will appear. If I load only Admob interstitial or only Yandex Interstitial ads -> Crash did not appear.
Please test on real device run Android 10. I tested on Google Pixel 2 Android 10 + VSmart RUS Android 10.
We can't reproduce this problem in our test application using your build parameters. In the attached stacktrace exception is throwing from native librarie's code, which we don't use in our SDK. Stack trace also contains androidX vector library signatures, and it is likely to be a source of problem. We recommend you to update versions of Admob SDK, Yandex SDK, AGP SDK, gradle and androidX libraries, also compileSdkVersion . If this problem will still reproduce after updating all of that libraries, please reopen issue and send a broken app example to mobile-ads-github@yandex-team.ru.
Step 1: Open app -> Crash will appear Step 2: Open app -> OK Step 3: Force close (kill) app Step 4: Open app -> crash will appear Step 5: Like step 2
Env:
minifyEnabled true + shrinkResources true
If disable
minifyEnabled false + shrinkResources false
-> No crash appear.Crash Log below.