SDK used: Android SDK
I can not reproduce this issue in the sample app or Video Suite Inspector.
My case:
I'm using React Native and trying to build a module which can use Google IMA to show ads. I'm getting a "VAST media file loading reached a timeout of 8 seconds." error some time after calling AdsLoader.requestAds. I'm attaching the React Native source code for my application which produces the error at the following URL:
http://www.mediafire.com/file/po4ug3lwv5k9151/ReactIMA.zip
Help would be much appreciated.
Setup instructions:
Afterwards cd to the project directory and run "npm install" in a terminal
Wire in your android device of choice or open up an emulator and run "react-native run-android" to build and open the app on your device.
The magic happens in RNAdsGoogleIMAModule class under android\app\src\main\java\com\reactima\ads.
My idea is that a React component called GoogleIMAContainer registers itself as a view where ads are then rendered on demand by calling GoogleIMA.requestAd.
This is very much a work in progress, I'm still trying to figure out how everything works between React Native and native modules.
//Rasmus