Is there a way to open the app store to a specific application? I tried using something like the following:
[[UIApplication sharedApplication] openURL: [NSUR
Another simple way is:
[[UIApplication sharedApplication] openURL: [NSURL URLWithString:@"itms-apps://itunes.com/app/YourAppNameWithoutSpaces"]];
This is very clean