Giter Club home page Giter Club logo

Comments (6)

Horum-dev avatar Horum-dev commented on May 29, 2024

any news?

from adaptysdk-flutter.

AKyashkin avatar AKyashkin commented on May 29, 2024

Hey, sorry for long response.
We'll take a look and get back to you.

from adaptysdk-flutter.

Horum-dev avatar Horum-dev commented on May 29, 2024

Hey, sorry for long response.
We'll take a look and get back to you.

we still don't receive any events.. :c

from adaptysdk-flutter.

AKyashkin avatar AKyashkin commented on May 29, 2024

@Horum-dev it's easier and faster to use Intercom for such support cases like you have.
But in general, you only need to properly collect attribution. Here is an example of how to obtain it:

@override
Future<bool> initialize() async {
    appsflyerSdk.onInstallConversionData((data) {
        return _applyConversionData(data);
    });

    await appsflyerSdk.initSdk(
	registerConversionDataCallback: true,
	registerOnAppOpenAttributionCallback: true,
	registerOnDeepLinkingCallback: true
    );

    return Future<bool>.value(true);
}

from adaptysdk-flutter.

Horum-dev avatar Horum-dev commented on May 29, 2024

@Horum-dev it's easier and faster to use Intercom for such support cases like you have.
But in general, you only need to properly collect attribution. Here is an example of how to obtain it:

@override
Future<bool> initialize() async {
    appsflyerSdk.onInstallConversionData((data) {
        return _applyConversionData(data);
    });

    await appsflyerSdk.initSdk(
	registerConversionDataCallback: true,
	registerOnAppOpenAttributionCallback: true,
	registerOnDeepLinkingCallback: true
    );

    return Future<bool>.value(true);
}

doing the same thing, not working.

from adaptysdk-flutter.

AKyashkin avatar AKyashkin commented on May 29, 2024

Can you send a samples of attribution you receiving from AppsFlyer?
And one more time – for such cases it's better to ask support directly through website Intercom.

from adaptysdk-flutter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.