You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[self.device.launcher launchYouTube:@"dQw4w9WgXcQ" success:^(LaunchSession *launchSession{
NSLog(@"youtube opened with data: %@", launchSession);
if ([self.device hasCapability:kLauncherAppClose]) {
_youtubeSession = launchSession;
[_youtubeButton setSelected:YES];
}
} failure:^(NSError *error){
NSLog(@"youtube fail, %@", error);
}];
App never plays youtube video... I am using ChromeCast it will connect and launch youtube app but never play video.
Please suggest me there is issue sample app or I need to change anything, I added webAppId also but no use.
Thanks
The text was updated successfully, but these errors were encountered:
[self.device.launcher launchYouTube:@"dQw4w9WgXcQ" success:^(LaunchSession *launchSession{
NSLog(@"youtube opened with data: %@", launchSession);
if ([self.device hasCapability:kLauncherAppClose]) {
_youtubeSession = launchSession;
[_youtubeButton setSelected:YES];
}
} failure:^(NSError *error){
NSLog(@"youtube fail, %@", error);
}];
App never plays youtube video... I am using ChromeCast it will connect and launch youtube app but never play video.
Please suggest me there is issue sample app or I need to change anything, I added webAppId also but no use.
Thanks
The text was updated successfully, but these errors were encountered: