代碼工作正常與其他環節而不是機智Youtube鏈接特別是當鏈接包含視頻ID ......無法發送YouTube視頻鏈接,以什麼應用,因爲短信
NSString*str=[NSString stringWithFormat:@"http://youtube.com/watch?v=%@",myVideoId];
NSString*Wastring2=[ NSString stringWithFormat:@"whatsapp://send?text=%@",str];
NSURL *whatsappURL = [NSURL URLWithString:Wastring2];
if ([[UIApplication sharedApplication] canOpenURL: [whatsappURL absoluteURL]]) {
[[UIApplication sharedApplication] openURL: [whatsappURL absoluteURL]];
}
謝謝。
thanx的答案... BT無法發送機智ID http://youtube.com/watch?v=id – sankalp
什麼不工作是什麼呢? – slecorne
「youtube.com/watch?v=id」如果我刪除「=」符號,那麼它的工作原理 – sankalp