Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MissingPluginException(No implementation found for method load on channel yandex_mobileads.bannerAd.XX) #42

Open
alexlobur opened this issue Aug 20, 2024 · 4 comments
Labels
transmitted Issue transmitted to inner service

Comments

@alexlobur
Copy link

Постоянно в логах приходит эта ошибка с устройств пользователей:

Error:
MissingPluginException(No implementation found for method load on channel yandex_mobileads.bannerAd.3) | #0 

StackTrace:
MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:320)

flutter
yandex_mobileads: ^7.2.0

@mobile-ads-github
Copy link
Collaborator

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

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

@mobile-ads-github mobile-ads-github added the transmitted Issue transmitted to inner service label Aug 20, 2024
@mobile-ads-github
Copy link
Collaborator

Добрый день! Воспроизводится ли проблема на версии 7.5.0?

@echogit
Copy link

echogit commented Nov 24, 2024

Добрый день! Воспроизводится ли проблема на версии 7.5.0?

I'm using the version 7.5.0 and I'm getting exactly the same error and can't implement Yandex ads on my flutter app:

E/flutter ( 6467): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method destroy on channel yandex_mobileads.bannerAd.0)
E/flutter ( 6467): #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)

Should I downgrade?

@echogit
Copy link

echogit commented Nov 25, 2024

I managed to make it work, I DOWNGRADED to 7.4 (yandex_mobileads: ^7.4.0 in pubspec.yaml), and funnily enough it shows on the initialization:
"Yandex Mobile Ads 7.6.0 initialized successfully"

I also found the ad height is a bit too much, is this the default size of sticky banners? I didn't found a way to change. But if that size works better, the better, but I will have to restructure some pages that don't scroll.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transmitted Issue transmitted to inner service
Projects
None yet
Development

No branches or pull requests

3 participants