A Flutter plugin for Yandex AppMetrica SDK.
- Revenue. Coming soon
- Crashes
- Push notifications
- Multiple reporters support (with different API keys)
- Deeplinks
To use this plugin, add appmetrica_sdk
as a dependency in your pubspec.yaml file. See demonstration how to use the appmetrica_sdk plugin in example section.
Some Appmetrica SDK features, such as retrieve attribution data from user interaction with ads originating from Apple Search Ads campaigns require the iAd Framework to be enabled. Without this framework Appmetrica SDK cannot collect this information.
To enable the iAd framework:
- In your Xcode project, select your project's target.
- Select the General tab for your target.
- Expand the Linked Frameworks and Libraries section.
- Click + to add a framework.
- Select iAd.framework.
Common documentation available on AppMetrica official site.
If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on GitHub and we'll look into it. Pull request are also welcome.