I want open LinkedIn company Url from my iPhone app to LinkedIn app by using programmatically. I am use following code but not working please help me ....
NSString *string = [NSString stringWithFormat:@"http://www.linkedin.com/your_companyName/Your_COMPANY_ID"];//if dyanmic then pass it as a parameter.
NSURL *url = [NSURL URLWithString:string];
[[UIApplication sharedApplication] openURL:url];