S smsawant macrumors newbie Original poster Jun 27, 2009 #1 i am using following code NSString *messageBody =@"<a href="tel:+1-800-275-2273"></a>"; [composeVC setMessageBody:messageBody isHTML:YES]; but this gives an error "expected "," or ";" before 'tel' kindly help me
i am using following code NSString *messageBody =@"<a href="tel:+1-800-275-2273"></a>"; [composeVC setMessageBody:messageBody isHTML:YES]; but this gives an error "expected "," or ";" before 'tel' kindly help me
StingerT125 macrumors 6502a Jun 27, 2009 #2 smsawant said: i am using following code NSString *messageBody =@"<a href="tel:+1-800-275-2273"></a>"; [composeVC setMessageBody:messageBody isHTML:YES]; but this gives an error "expected "," or ";" before 'tel' kindly help me Click to expand... I think you meant to post in this section: https://forums.macrumors.com/forums/135/
smsawant said: i am using following code NSString *messageBody =@"<a href="tel:+1-800-275-2273"></a>"; [composeVC setMessageBody:messageBody isHTML:YES]; but this gives an error "expected "," or ";" before 'tel' kindly help me Click to expand... I think you meant to post in this section: https://forums.macrumors.com/forums/135/
fishkorp macrumors 68030 Jun 29, 2009 #3 Wrong forum, as pointed out above. But your code issue is you're not escaping the quotes in your URL.
Wrong forum, as pointed out above. But your code issue is you're not escaping the quotes in your URL.