Frage

Youtube application can be launched using the youtube:// url scheme. Is there a way I could pass the playlist ID to it so that upon hitting url, youtube would launch with playlist. I have tried these with no luck

youtube://http://www.youtube.com/playlist?list=someID. youtube://list=someID. youtube://playlist?list=someID.

Thanks

War es hilfreich?

Lösung

Got it to work!

youtube://{VIDEO_ID}?list={PLAYLIST_ID}

Andere Tipps

This doesn't look possible with the iOS SDK.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top