Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

native ad 播放结束没有回调 #31

Open
PaniniA opened this issue Sep 11, 2024 · 7 comments
Open

native ad 播放结束没有回调 #31

PaniniA opened this issue Sep 11, 2024 · 7 comments

Comments

@PaniniA
Copy link

PaniniA commented Sep 11, 2024

大佬有没有计划在下面的方法中加入 原生模版视频广告的播放状态更新回调?
/**

  • 原生模板视频广告 player 播放状态更新回调
    */
  • (void)nativeExpressAdView:(GDTNativeExpressAdView *)nativeExpressAdView playerStatusChanged:(GDTMediaPlayerStatus)status{
    [[TLogUtil sharedInstance] print:@"原生模板视频广告 player 播放状态更新回调"];
    }
@gstory0404
Copy link
Owner

后面版本更新我看下 能不能加上

@PaniniA
Copy link
Author

PaniniA commented Sep 11, 2024

后面版本更新我看下 能不能加上

好的,期待更新,主要是优量汇的开屏广告是以控制器的形式弹出,而不是真正意义上托管原生视图,在flutter会有点问题,体验不是那么好,我就想着用native ad去替代

@gstory0404
Copy link
Owner

广告是以UiKitView、AndroidView的方式引用原生组件

@PaniniA
Copy link
Author

PaniniA commented Sep 12, 2024

广告是以UiKitView、AndroidView的方式引用原生组件
我知道,虽然优量汇iOS的开屏广告你写的是托管原生视图,但是它实际上是以控制器的形式modal出来的

@PaniniA
Copy link
Author

PaniniA commented Sep 12, 2024

广告是以UiKitView、AndroidView的方式引用原生组件
我知道,虽然优量汇iOS的开屏广告你写的是托管原生视图,但是它实际上是以控制器的形式modal出来的

截屏2024-09-12 10 35 27

@gstory0404
Copy link
Owner

广告是如何创建的,是否模版渲染?

@PaniniA
Copy link
Author

PaniniA commented Sep 12, 2024

广告是如何创建的,是否模版渲染?

我现在是用的开屏广告组件显示,并非原生模版渲染,开屏广告在iOS上显示时会有一个从底部弹出的动画,我不想要这个动画

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants