Just trying to make a button that links in ratings tab in app store but have some problems doing so, found lot of links with itms:// and http:// as prefix but non of them work in simulator could anyone help me?
|
feedback
|
|
The simulator has no app store; none of them will work. You want a link like this:
That'll work on the device, but not the simulator. There's another variation that lets you specify the company name, too. The link will go to Safari first, which will a moment later open App Store without the user needing to do anything. Source: Technical Q&A QA1633 Creating easy-to-read links to the App Store for your applications and company You can try using a itms+apps style link, like this:
This will skip launching Safari first, and just go straight to App Store. While this currently works, I'm not sure it's documented anywhere. I plan on trying this, and I'll update this answer later if I'm approved. | |||||||||||||
feedback
|
|
If what you want is a link directly to the Reviews section for your app's App Store page, you want something like this (replace the id parameter with your own): itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=393783219&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software For the main App Store page, use: http://itunes.apple.com/app/id393783219 And like Steven Fisher said, it won't work on the Simulator. | |||||||||||||
feedback
|