Coder Social home page Coder Social logo

applovin-max-defold's People

Contributors

thomasmso avatar wootaejeon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

xi-art-spzoo

applovin-max-defold's Issues

Ad revenue paid event are not being catched in applovin callback function

MAX SDK Version
AppLovin-MAX-Defold 1.0.0

build.gradle configuration:

repositories {
    google()
    mavenCentral()
    maven { url "https://android-sdk.is.com" }
    maven { url "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea" }
}

dependencies {
    implementation 'com.applovin:applovin-sdk:+'
    implementation 'com.applovin.mediation:fyber-adapter:+'
    implementation 'com.applovin.mediation:google-adapter:+'
    implementation 'com.applovin.mediation:inmobi-adapter:+'
    implementation 'com.squareup.picasso:picasso:2.71828'
    implementation 'androidx.recyclerview:recyclerview:1.1.0'
    implementation 'com.applovin.mediation:ironsource-adapter:+'
    implementation 'com.applovin.mediation:vungle-adapter:+'
    implementation 'com.applovin.mediation:facebook-adapter:+'
    implementation 'com.applovin.mediation:mintegral-adapter:+'
    implementation 'com.applovin.mediation:unityads-adapter:+'
    implementation 'com.google.android.gms:play-services-ads:22.5.0'
}

Applovin initialization:

 applovin.set_callback(applovin_callback)
 applovin.set_verbose_logging_enabled(true)
 applovin.set_user_id("ID")
 applovin.initialize("KEY")

Catch applovin callbacks:

local function applovin_callback(self, name, params)
    print(name)
    pprint(params)
end

Problem description:
Applovin sdk was successfully initialized with correct keys and ids. Banners, interstitials and rewarded can be shown as expected. I n applovin_callback function i can catch majority of events, such as load, display, failed, hidden of banner, interstitial and rewarded events. But I can't catch no one from revenue paid event :

  • OnBannerAdRevenuePaidEvent
  • OnRewardedAdRevenuePaidEvent
  • OnInterstitialAdRevenuePaidEvent

Expected behaviour:
applovin_callback function should catch ad revenue paid events

Audio stuttering on iPhone after playing ad

(NB: I could only reproduce this issue using live ads, not test ads. This makes sense, as the test ad has no audio)

After playing an ad on iPhone, the game audio becomes distorted.
This can be easily reproduced in the example project:

  • Add a sound component to the game object in main.collection
  • Choose an .ogg file in the sound component
  • Set the sound to loop

Screen recording that shows the problem:
https://github.com/AppLovin/AppLovin-MAX-Defold/assets/26457985/fe180885-80ff-4518-ab42-f48fef55cdc8

Native GDPR popup is being shown in regions that were not be set up for that

MAX SDK Version

AppLovin-MAX-Defold 1.1.0

build.gradle configuration:

repositories {
    google()
    mavenCentral()
    maven { url "https://android-sdk.is.com" }
    maven { url "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea" }
}

dependencies {
    implementation 'com.applovin:applovin-sdk:12.2.0'
    implementation 'com.applovin.mediation:fyber-adapter:8.2.6.0'
    implementation 'com.applovin.mediation:google-adapter:22.6.0.0'
    implementation 'com.applovin.mediation:inmobi-adapter:10.6.6.0'
    implementation 'com.squareup.picasso:picasso:2.71828'
    implementation 'androidx.recyclerview:recyclerview:1.1.0'
    implementation 'com.applovin.mediation:ironsource-adapter:7.7.0.0.0'
    implementation 'com.applovin.mediation:vungle-adapter:7.1.0.0'
    implementation 'com.applovin.mediation:facebook-adapter:6.16.0.2'
    implementation 'com.applovin.mediation:mintegral-adapter:16.6.34.0'
    implementation 'com.applovin.mediation:unityads-adapter:4.9.2.1'
    implementation 'com.google.android.gms:play-services-ads:22.5.0'
}

Applovin consent popup initialization:

    local need_show_consent = applovin.has_user_consent() == false
    applovin.set_terms_and_privacy_policy_flow_enabled(need_show_consent)
    applovin.set_is_age_restricted_user(false)
    applovin.set_privacy_policy_url("url")
    applovin.set_terms_of_service_url("terms")

Problem description:

GDPR poliсy set up to show in EEA region. It works fine, consent popup is being shown in these countries as expected. But when i launch the app in any other region I see (native?) black GDPR popup instead of consent popup.

Expected behaviour:

Consent popup should be shown for EEA region. GDPR or Consent popups should not be shown for other regions. I want to turn off native GDPR popup. Is there a way to add additional method to API to be able to set on/off gdpr separately from consent popup?

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.