I am using IMA SDK (iOS - Swift) to play pre-roll ads(Wrapper VAST 3.0) But when i use this url "http://fusioniprojects.com/rnd/addpod/adpods.xml"
I am getting following error in my log "Unable to request ads from server due to network error."
and when i am using the url of this type -
its running fine.
I fallow the solution of this problems from here ( ref - https://groups.google.com/forum/#!topic/ima-sdk/DqE5GruzwwA),
Now its Playing only 1 ad in Android project,not multiple ad and not working for iOS at all.
It may be that I am doing some things wrong in my iOS project but i also downloads the sample project from IMA-SDK (ref - https://github.com/googleads/googleads-ima-ios/releases), But it did not help me to come out with this problems, I am getting same error.I don't know how is it running (at least 1 ad) for the Android project after changes on the server.
Is it problems of IMA-SDK? or am I doing something wrong?
Used IMA SDK version 3.3.1 in iOS.