I found this code to link to a specific video in youtube app but how can I show the youtube user?
I used this code to show a specific video:
NSString *stringURL = @"http://www.youtube.com/watch?v=WZH30T99MaM";
NSURL *url = [NSURL URLWithString:stringURL];
[[UIApplication sharedApplication] openURL:url];
http://www.youtube.com/user/username
and
http://www.youtube.com/channel/channelname+some varibales
Does anyone know how to do this?
and what if the user havent got the youtube app which is available afte ios6?
All possible links within the app are displayed here. Opening a specific channel within the YouTube App from yours is not supported with a URL link.