36 questions
Best practices
0 votes
0 replies
24 views
Skip button for tvOS with Google IMA SDK Pod
I am currently working on a tvOS project that uses the following pod: GoogleAds-IMA-tvOS-SDK (version 4.16.0). I have two specific requirements and would like clarification on their feasibility: ...
2 votes
0 answers
165 views
How can I focus HTML elements in WebView inside AndroidView in Jetpack Compose using d-pad remote control in Android TV?
I am developing an Android TV app with Jetpack Compose. On the video player screen, I have a "YouTubePlayer" composable, which has an "AndroidView" composable in it. That ...
1 vote
1 answer
6k views
How to resolve "AdMob APPLICATION_ID not present in the manifest" error without creating an AdMob account?
I am currently using the com.google.android.gms:play-services-ads library in my Android application. However, the application does not display any AdMob ads; it simply uses this library to retrieve ...
2 votes
0 answers
811 views
Events are not triggered and UI is not displaying for IMA SDK Android
I am implementing pre roll ads with the help of IMA SDK and using Media Player on Surface / Texture View. Have been closely following the implementation google samples IMA ANDROID The initialisation ...
2 votes
0 answers
558 views
Android IMA SDK Preloading - UI is not rendering & Events are not getting fired
I am trying to implement preroll ads with IMA SDK for Android with MediaPlayer implemented with SurfaceView/TextureView & MediaPlayer of Android. I have followed Advanced Example given on git link ...
1 vote
1 answer
937 views
ExoPlayer not loading Ads from external VAST url
I am trying to load VAST URL in ExoPlayer. I get success while trying this url pubads But I am trying with my own VAST URL , It is not working url Error Showing: howing No 'Access-Control-Allow-Origin'...
1 vote
0 answers
101 views
How to get companion ads' height and width using exoplayer Ima extension?
I want to get height and width of companion ads but every time app crashes. adEvent.getAd() returning ad but it crashes when I start null checking adEvent.getAd().getCompanionAds() private class ...
3 votes
0 answers
444 views
Interactive Media Ads SDK for Flutter
I am working on a Flutter application and I want to implement Google Interactive Media Ads SDK to Flutter. How do I implement IMA SDK in Flutter?
1 vote
2 answers
1k views
iOS IMA SDK - Video not resuming after closing the In-app browser (After clicking Learn More)
I am using IMA SDK to play VAST ads. The ad video plays perfect but when I click on 'Learn More' button in the video ad, which opens in-app browser. After click on 'Done' in that window, the video ad ...
1 vote
2 answers
915 views
Save and restore ad progress in Exoplayer IMA extension
I'm trying to load a VAST ad using Exoplayer IMA extension (using tutorials 1, 2). I want to keep ad and content progress, so if app goes background or screen rotates, user continues from the point he/...
0 votes
0 answers
545 views
IMA SDK black screen before load ads in Android
I am using IMA SDK in android after ad request it is showing a black screen for a few seconds then load ads immediately. After debugging the code and inspecting element I found after requesting ads ...
1 vote
1 answer
1k views
android exoplayer with ima extension can't automatically show ad's countdown inside react native
I have made video player using android exoplayer, to show ads on video i use ima extension. But i face a problem, the ad cannot automatically show ad's countdown. To make video player show ad's ...
0 votes
1 answer
25 views
Make an if for an event
i 'm trying to make an IF. If an ads event happens i have to do something but i dont know how to capture that event. this is the code: events: player.ima.getAdsManager().addEventListener('loaded', ...
1 vote
0 answers
2k views
IMA SDK Issue on Android
I added IMA SDK to my project for playing VAST ads. I found a strange problem - after 10-15 minutes of session onAdError(AdErrorEvent adErrorEvent) and onAdEvent(AdEvent adEvent) are not called. So if ...
2 votes
0 answers
274 views
Chromecast CAF and IMA SDK not works togeather
The latest Google Chromecast API has native ads functionality it supports VAST and VMAP formats, but we have found that if XML manifest file has type="aplication *" so the ads not work, chomecast ads ...