Open ghost opened 7 years ago
You should use all this functions func jukeboxStateDidChange( state : Jukebox) func jukeboxPlaybackProgressDidChange( jukebox : Jukebox) func jukeboxDidLoadItem( jukebox : Jukebox, item : JukeboxItem) func jukeboxDidUpdateMetadata( jukebox : Jukebox, forItem: JukeboxItem)
@seilkhanovkkk thanks.
I am not able to make it work.
xCode verison: 8.3.2 swift version: 3.1
`import UIKit import Jukebox import MediaPlayer
class MediaViewController: UIViewController, GADBannerViewDelegate, JukeboxDelegate {``