문제

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

도움이 되었습니까?

해결책

Got it to work!

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

다른 팁

This doesn't look possible with the iOS SDK.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top