Coder Social home page Coder Social logo

Comments (4)

staskochkin avatar staskochkin commented on May 26, 2024

Hello @zoftify. I've checked that plugin is sent placement from JS to Android native SDK. I think that this issue is not related to plugin logic. Please contact our support team via intercom or email [email protected]. It should be a more convenient way to solve it.

from react-native-appodeal.

 avatar commented on May 26, 2024

@staskochkin what I can see from the logs that we're always sending default placement:

2020-08-21 23:54:36.655 8761-8761/XXX D/Appodeal: Banner [Show]: isDebug: false, isLoaded: false, isLoading: true, placement: 'default', inPopup: false
2020-08-21 23:54:36.661 8761-8761/XXX D/Appodeal: SDK-Public [Appodeal]: show. Banner, result: true
2020-08-21 23:54:36.842 8761-8761/XXX D/Appodeal: Banner [Loaded]: Applovin - eCPM: 0.00, precache: false, expTime: 0, id: N2lWR...
2020-08-21 23:54:36.842 8761-8761/XXX D/Appodeal: Banner [Cancel]: Appodealx - eCPM: 10000.00, precache: false, expTime: 1680, id: NGZNW...
2020-08-21 23:54:36.843 8761-8761/XXX D/Appodeal: Banner [Notify Loaded]: height: 50dp, isPrecache: false
2020-08-21 23:54:36.843 8761-8761/XXX D/Appodeal: Banner [Show]: isDebug: false, isLoaded: true, isLoading: false, placement: 'default', inPopup: false
2020-08-21 23:54:36.880 8761-8761/XXX D/Appodeal: Banner [Network Error]: Appodealx - AdError: No fill

Here is my component:

<AppodealBanner
          placement={'home_screen_bottom'}
          style={{
            width: '100%',
            alignContent: 'stretch',
          }}
          onAdLoaded={() => {
            // LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut)
            setAdLoaded(true)
          }}
          onAdFailedToLoad={() => {
            // LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut)
            // setAdLoaded(false)
          }}
          adSize={size}
        />

As I said, iOS is perfect, the issue is only for Android...

from react-native-appodeal.

staskochkin avatar staskochkin commented on May 26, 2024

@zoftify Thanks for log and code snippet. Looks like we missed placement for the AppodealBanner component on the Android platform. We will fix it in the next release.

from react-native-appodeal.

staskochkin avatar staskochkin commented on May 26, 2024

Fix has been released in 2.7.4

from react-native-appodeal.

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.