Is there a way to open the app store to a specific application? I tried using something like the following:
[[UIApplication sharedApplication] openURL: [NSUR
Starting from iOS 6 right way to go is using SKStoreProductViewController class.
Code is here: https://stackoverflow.com/a/32008404/1151916