I was wondering if it is possible to take my user directly to the review section of my app on the app store from within my app?
I don't want this to open in Safari, I want it to directly open the App Store app on the device and take them to the review page.
I have tried the following;
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=437688779&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software"]];
However, clicking that seems to open up the iTunes app and not app store and then just gives an error saying "Cannot Connect to the store. A secure connection could not be established".
Any ideas?