项目作者: EMALLStudio

项目描述 :
A Flutter plugin for Yandex AppMetrica SDK, a marketing platform for app install attribution, app analytics, and push campaigns.
高级语言: Java
项目地址: git://github.com/EMALLStudio/appmetrica_sdk.git
创建时间: 2019-08-27T18:29:42Z
项目社区:https://github.com/EMALLStudio/appmetrica_sdk

开源协议:Other

下载


appmetrica_sdk

pub package
CircleCI

A Flutter plugin for Yandex AppMetrica SDK.

Plugin implementation status

Implemented

Usage

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.

Attribute app downloads that originate from Apple Search Ads campaigns (iOS only)

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.

Documentation

Common documentation available on AppMetrica official site.

Bugs or Requests

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.