Giter Site home page Giter Site logo

flutter_gromore's Issues

ks gdt baidu实际接入失败了,麻烦帮忙看一下原因吧谢谢🙏

Caused by: java.lang.ClassNotFoundException: Didn't find class "com.bytedance.msdk.adapter.ks.KsAdapterConfiguration"

Caused by: java.lang.ClassNotFoundException: Didn't find class "com.bytedance.msdk.adapter.gdt.GdtSplashLoader"

Caused by: java.lang.ClassNotFoundException: Didn't find class "com.bytedance.msdk.adapter.baidu.BaiduSplashLoader"

image image

I/TTMediationSDK_SDK_Init(22325): ------------------ 聚合 接入信息 start ---------------------
D/TTMediationSDK_SDK_Init(22325): 当前接入的聚合 SDK版本是:5.5.1.5
D/AdvertisingIdHelper(22325): mGAId: , get gaid consume time :4
I/TTMediationSDK_SDK_Init(22325): 已按要求接入三方广告sdk【gdt】
I/TTMediationSDK_SDK_Init(22325): 已按要求接入三方广告sdk【ks】
I/TTMediationSDK_SDK_Init(22325): 已按要求接入三方广告sdk【baidu】
I/TTMediationSDK_SDK_Init(22325): 已按要求接入三方广告sdk【pangle】
I/TTMediationSDK_SDK_Init(22325): ------------------ GroMore 接入信息 end ---------------------
I/TTMediationSDK_SDK_Init(22325): ------------------ GroMore 版本信息 start ---------------------
E/TTMediationSDK_SDK_Init(22325): gdt版本号: , gdtAdapter未接入,请检查, 聚合版本不符合,要求等于.x ,当前是5.5.1.5
E/TTMediationSDK_SDK_Init(22325): ks版本号: , ksAdapter未接入,请检查, 聚合版本不符合,要求等于.x ,当前是5.5.1.5
E/TTMediationSDK_SDK_Init(22325): baidu版本号: , baiduAdapter未接入,请检查, 聚合版本不符合,要求等于.x ,当前是5.5.1.5
I/TTMediationSDK_SDK_Init(22325): ------------------ GroMore 版本信息 end ---------------------
I/TTMediationSDK_SDK_Init(22325): ------------------ GroMore 支持ADN初始化信息 start ---------------------
I/TTMediationSDK_SDK_Init(22325): adnName = pangle 初始化成功
I/TTMediationSDK_SDK_Init(22325): ------------------ GroMore 支持ADN初始化信息 end ---------------------

看起来实际上只初始化成功了 pangle的

sdk问题

大佬,我想问一下,为啥你这个封装的跟官方的sdk不一样?

onSplashAdLoadFail 无错误信息

加载开屏广告的时候,onSplashAdLoadFail,但没有任何的提示信息,这种情况该怎么来排查呢

await FlutterGromore.showSplashAd(
config: GromoreSplashConfig(
adUnitId: "xxxxxx广告位ID"),
callback: GromoreSplashCallback(() {
print("callback --- onAdEnd");
}));

flutter: {name: onSplashAdLoadFail, id: 813803035}
flutter: {name: onAdEnd, id: 813803035}
flutter: callback --- onAdEnd

信息流自渲染不显示

场景: 海外账号, 信息流只有自渲染模式。无模版渲染。 在iOS设备上信息流不能正常显示

聚合版本不符合,要求等于.x ,当前是5.5.1.5

插件版本: flutter_gromore: ^2.0.10

D/TMe (32690): -----==---- 正常上报sdk_init_end
D/IdUtils.getImei(context)(32690): IdUtils.getImei(context)=null
D/gaid (32690): --==-- getGAIdTimeOut-mGAId =
D/AdvertisingIdHelper(32690): mGAId: , get gaid consume time :1
D/TTMediationSDK(32690): sdk init end, duration: 34108, initAdnCount: 1, isFromLocalConfig: false
D/TMe (32690): 初始化更新pangle配置成功
I/TTMediationSDK_SDK_Init(32690): ------------------ 聚合 接入信息 start ---------------------
D/TTMediationSDK_SDK_Init(32690): 当前接入的聚合 SDK版本是:5.5.1.5
E/TTMediationSDK_SDK_Init(32690): 未按要求接入三方广告sdk【gdt】,请检查接入配置
E/TTMediationSDK_SDK_Init(32690): 未按要求接入三方广告sdk【ks】,请检查接入配置
E/TTMediationSDK_SDK_Init(32690): 未按要求接入三方广告sdk【baidu】,请检查接入配置
E/TTMediationSDK_SDK_Init(32690): 未按要求接入三方广告sdk【pangle】,请检查接入配置
I/TTMediationSDK_SDK_Init(32690): ------------------ GroMore 接入信息 end ---------------------
I/TTMediationSDK_SDK_Init(32690): ------------------ GroMore 版本信息 start ---------------------
E/TTMediationSDK_SDK_Init(32690): gdt版本号: , gdtAdapter未接入,请检查, 聚合版本不符合,要求等于.x ,当前是5.5.1.5
E/TTMediationSDK_SDK_Init(32690): ks版本号: , ksAdapter未接入,请检查, 聚合版本不符合,要求等于.x ,当前是5.5.1.5
E/TTMediationSDK_SDK_Init(32690): baidu版本号: , baiduAdapter未接入,请检查, 聚合版本不符合,要求等于.x ,当前是5.5.1.5
I/TTMediationSDK_SDK_Init(32690): ------------------ GroMore 版本信息 end ---------------------
I/TTMediationSDK_SDK_Init(32690): ------------------ GroMore 支持ADN初始化信息 start ---------------------
I/TTMediationSDK_SDK_Init(32690): adnName = pangle 初始化成功
I/TTMediationSDK_SDK_Init(32690): ------------------ GroMore 支持ADN初始化信息 end ---------------------

老哥可以升级一下gradle版本吗,7.3.x以上,谢谢

安卓报错信息:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':flutter_gromore' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

我的配置:
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}

广告初始化冲突

背景:Flutter项目的android目录下集成了穿山甲的短剧SDK,但是短剧sdk初始化前需要先初始化广告sdk。广告sdk+短剧sdk初始化完成后再初始化fltter_grome插件,插件初始化就失败,没有具体错误原因。
问题:猜测android下的广告sdk初始化后,插件就不会再初始化了。
请问如何解决这个初始化冲突问题?穿山甲客服没有提供解决方案。

iOS编译报错 No such module 'BUAdSDK'

Could not build the precompiled application for the device.
Swift Compiler Error (Xcode): No such module 'BUAdSDK'
/Users/ymmmsick/Dev/StudioProjects/xFluttter/flutter_gromore/ios/Classes/view/FlutterGromoreBanner.swift:8:7

Uncategorized (Xcode): Command SwiftCompile failed with a nonzero exit code

您好用的demo编译出现了这个报错,可能是什么原因造成的呢
pod里面看大有BUAdSDK
image

开屏摇一摇安卓无效

 _initAd().then((value) {
            if (value) {
              FlutterGromore.showSplashAd(
                config: GromoreSplashConfig(
                  adUnitId: _appConfig.initAd.adUnitId,
                  splashShakeButton: _appConfig.initAd.isShakeAble,
                ),
                callback: GromoreSplashCallback(
                  onAdEnd: () {
                    Navigator.pushReplacementNamed(context, '/home');
                  },
                ),
              );
            } else {
              Navigator.pushReplacementNamed(context, '/home');
            }
          });

安卓上无效依然不是摇一摇的,苹果上正常

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.