Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>One-Line-of-Code Simple Alternative:</strong> ** Also See Simulator Comments Below **<br></p> <p><code>http://itunes.apple.com/app/idAPP_ID</code> </p> <p><strong>EDIT: Now that iOS 7.1 allows direct-link to the Reviews tab in the App Store, it's worth investing the extra lines of code to get there directly: see other answers for the rest.</strong></p> <p><em>here we are using</em> <code>http:</code> <em>instead of</em> <code>itms-apps:</code>, <em>let iOS do the rest of the work</em></p> <p>I get the same results testing on iOS 6.1 &amp; 7 devices (iPad/iPhone/iPod touch 4) <br><br> Specifically, this <strong>shortcut</strong>, for <strong>iOS 6</strong> takes the user to the <code>Details</code> tab and not the <code>Reviews</code> tab.<br></p> <p>The <code>Purple+Software</code> link gets the user all the way to the Reviews tab in iOS 6, which is obviously preferred if you know how to check the OS.</p> <p><strong>Important note</strong>: This will cause error in the simulator for iOS 5.1, 6.1 and 7.<br>Cannot Open Page Safari can not open the page because the address is invalid (we know it is a valid URL outside the simulator, on any browser)</p> <p><strong>Just to be clear</strong>: On iOS 7: <code>http://</code> provides the same experience as <code>itms-apps:</code> with no noticeable delay.<br><br> * keep in mind that the simulator behavior noted above. This is not entire dissimilar from trying to access the camera via a simulator: the simulator is not the place to test it. *</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload