Youtubeプレイリストを開くためのスキームを知りたいです。
私はこのコードを持っています:
if ([[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"youtube://playlist?list=PLgrYntDWyYDdHwZney5QoTDFQrphRmYoK"]]]//https://twitter.com/cms24es
) {
}else if ([[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"https://twitter.com/TmrrrsApp"]]]//https://twitter.com/cms24es
) {
}
を使用する場合、ビデオを開くスキームは知っていますyoutube://
が、代わりにプレイリストを開く方法がわかりません。