Skip to content

Instantly share code, notes, and snippets.

@atnan
Created August 8, 2009 07:56
Show Gist options
  • Save atnan/164354 to your computer and use it in GitHub Desktop.
Save atnan/164354 to your computer and use it in GitHub Desktop.
NSURL *appURL = [NSURL URLWithString:[NSString stringWithFormat:@"http://www.itunes.com/app/%@",
[[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleDisplayName"]
stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment