onSplashAdLoadFail 无错误信息
Closed this issue · 1 comments
SmallTownRiver commented
加载开屏广告的时候,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
50431040 commented
运行下Demo看看正常吗