Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the Latest URL Scheme to open an youtube channel from iOS app [duplicate]

Tags:

youtube

ios

I want to open Youtube app with an channel from my iPhone app. Previously i was using the following URL scheme and it was working fine.

youtube://user/channel Name.

But this is not working after i updated my Youtube app to 2.6.0 which is latest. Is there any change in the URL scheme to open youtube app with a channel. Any help would be appreciated.

i tried with the following but of no use.

youtube://channel/channelName

youtube://channel/channelID

Thanks in advance.

like image 934
Chakravarthy Avatar asked May 08 '14 12:05

Chakravarthy


People also ask

How do I find my iOS URL scheme?

Finding an App's Main URL Scheme Name First, you have to download the IPA file for the app, which requires macOS and Apple Configurator 2. When you finally find the IPA, you have to turn it into a ZIP file, show the contents of the app package, then hunt for the specific PLIST file that contains the scheme names.

What is URL scheme in iOS?

A URL scheme allows you to launch a native iOS application from another iOS app or a web application. You can set options in the URL that will be passed to the launched application.


1 Answers

youtube://www.youtube.com/user/channelname

like image 132
bnduati Avatar answered Oct 01 '22 13:10

bnduati