yandexmobile / yandex-ads-sdk-android

Other
80 stars 22 forks source link

Crashes occur when using version 6.0.0 #234

Closed Oyama-Oyama closed 4 months ago

Oyama-Oyama commented 1 year ago

57EDEFBB-C9C5-44e8-855C-A8D810ACC203 Errors are reported randomly, but frequently

Oyama-Oyama commented 1 year ago

Frequently seen on rewarded video ads

mobile-ads-github commented 1 year ago

Спасибо за Ваше обращение, для разбора создана задача с номером PCODESUP-2402. Мы ознакомимся и вернемся с ответом в течение 2 дней, возможно запросим дополнительную информацию.

Thank you for your message, a task with the number PCODESUP-2402 has been created for analysis. We will get acquainted and return with the answer within 2 days, we may request additional information.

Oyama-Oyama commented 1 year ago

any update?

mobile-ads-github commented 1 year ago

Good day! We apologise for the long wait, we are currently still working on solving your problem.

mobile-ads-github commented 1 year ago

Hi! Sorry for the long answer. We have solved the problem. You need to add ProGuard-rules:

-keep class com.yandex.div.** { *; }
-keep class com.yandex.div2.** { *; }

You can try it, it will solve the problem.

Oyama-Oyama commented 11 months ago

截屏2023-12-14 11 06 32 It doesn't solve this problem! Is casting DivLinearLayoutManager to DivGridLayoutManager the wrong action here?

Oyama-Oyama commented 11 months ago

截屏2023-12-14 11 09 50 截屏2023-12-14 11 10 10

Oyama-Oyama commented 11 months ago

We look forward to hearing from you

jsding commented 11 months ago

Same issue, we need to remove yandex mobile ads from the waterfall to resolve crashes.

mobile-ads-github commented 4 months ago

Good afternoon! The issue was resolved in version 6.3.0. If the problem persists, we recommend updating to the latest version.