gstory0404 / sigmobad

sigmob广告Flutter版
Apache License 2.0
4 stars 1 forks source link

你好 这边能否打印出其他信息? #2

Closed sing1 closed 2 months ago

sing1 commented 2 months ago

image

比如code之类的,目前就打印出个这无法排查原因

gstory0404 commented 2 months ago

没有onFail回调吗,初始化时debug设为true 输出日志

sing1 commented 2 months ago

初始化一切OK,其他几个广告也一切OK,我用原生接入,在 onSplashAdLoadFail(p0: WindAdError?, p1: String?) 打印出了p0为 { "error_code":200000, "message": },这个错误码是因为没有返回广告,但是在flutter里面并没有收到任何回调,所以无法有任何感知,如果将我的设备添加到测试设备白名单每次都返回广告一切就正常,所以...没有广告的时候为什么没有收到回调呢?我看你的代码里写了。。。

gstory0404 commented 2 months ago

sigmobad | Flutter package (pub.dev)

发布了v1.1.1 更新试试

| |

@.*** |

---- 回复的原邮件 ---- | 发件人 | @.> | | 发送日期 | 2024年05月29日 15:07 | | 收件人 | @.> | | 抄送人 | @.> , @.> | | 主题 | Re: [gstory0404/sigmobad] 你好 这边能否打印出其他信息? (Issue #2) |

初始化一切OK,其他几个广告也一切OK,我用原生接入,在 onSplashAdLoadFail(p0: WindAdError?, p1: String?) 打印出了p0为 { "error_code":200000, "message": },这个错误码是因为没有返回广告,但是在flutter里面并没有收到任何回调,所以无法有任何感知,如果将我的设备添加到测试设备白名单每次都返回广告一切就正常,所以...没有广告的时候为什么没有收到回调呢?我看你的代码里写了。。。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

sing1 commented 2 months ago

好了,有回调了