1

サムネイルをクリックすると動画を再生できますが、広告を添付すると、動画の上に広告が再生されます。広告の再生を待つにはどうすればよいですか?

func playVideo(){

    player = AVPlayer(URL: NSURL(string: String(vid))!)
    player?.play()

    if(ALInterstitialAd.isReadyForDisplay()){
        ALInterstitialAd.show()
    }
}
4

1 に答える 1