-1

Is it possible to play YouTube video without leaving app on iOS 7?

I tried LBYouTubeView but it does not work on iOS 7.

ohho
  • 50,879
  • 75
  • 256
  • 383
  • 1
    hecyoutubeParse i think is good which pares the youtube url in suportable format and after parsing you can pass the parsed url to play video or u may follow this link http://stackoverflow.com/questions/20914360/force-youtube-video-from-uiview-to-play/20920680#20920680 – kamalesh kumar yadav Jan 23 '14 at 04:47

1 Answers1

0

To play YouTube video you have to extract the youtube URL from the youtube videoID. there are lots of API available that extract this

XCDYouTubeKit

HCYoutubeParser

Another way to play youtube videos is WebView.

But you should not go for this because using this your application will be rejected.

The best way to play youtube videos is the Webview

0xced
  • 25,219
  • 10
  • 103
  • 255
Sunny Shah
  • 12,990
  • 9
  • 50
  • 86
  • do you mean using Webview will be rejected? or using XCDYouTubeVideoPlayer / HCYoutubeParser will be rejected? – ohho Jan 23 '14 at 08:49
  • No using XCDYouTubeVideoPlayer / HCYoutubeParser there will be rejected depend on your luck – Sunny Shah Jan 23 '14 at 08:58