I used this code for background stop
videoPlayer.configuration = ASPVideoPlayer.Configuration(videoGravity: .aspectFit, shouldLoop: false, startPlayingWhenReady: true, controlsInitiallyHidden: true, allowBackgroundPlay: false)
But this steps i am getting issue
- app is move from foreground to background
- open another app like safari
- again my app, still video is playing background (Details page have video play option but i am in list page also playing)
can you please help me
thanks
I used this code for background stop
videoPlayer.configuration = ASPVideoPlayer.Configuration(videoGravity: .aspectFit, shouldLoop: false, startPlayingWhenReady: true, controlsInitiallyHidden: true, allowBackgroundPlay: false)
But this steps i am getting issue
can you please help me
thanks