appmetrica_sdk icon indicating copy to clipboard operation
appmetrica_sdk copied to clipboard

A Flutter plugin for Yandex AppMetrica SDK, a marketing platform for app install attribution, app analytics, and push campaigns.

Results 4 appmetrica_sdk issues
Sort by recently updated
recently updated
newest added

Hello, Please add this paramerter to library initalization: https://appmetrica.yandex.com/docs/mobile-sdk-dg/android/ref/ru/yandex/metrica/YandexMetricaConfig.Builder.html#method_detail__method_withAppVersion Thanks

I didn't found appDeviceId getter method. I've never worked with Java language, so don't blame code quality. My workaround was: ``` private void handleGetDeviceId(MethodCall call, Result result) { try {...

Push Notification doesn't seem to be working with this plugin

enhancement