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 ....
st
You misuse the Format, I think what you wanted it to do should be done like this:
string = [NSString stringWithFormat:@"linkedin://%@/%@", company, COMPANY_ID];
assuming that company and COMPANY_ID are some strings you declared elsewhere.