Search Unity

where can i get the "rate it link"

Discussion in 'iOS and tvOS' started by DrFromTheLab, Jun 22, 2010.

  1. DrFromTheLab

    DrFromTheLab

    Joined:
    May 21, 2009
    Posts:
    108
    As in the topic - I want to add a box (after 3-5 starts) where people can rate the app (like in angry birds etc)
    I think that this is a link like the ituens links "itunes.apple.com[...]" but where do I get them?
    When I copy the link that is below the "Write a review" in Ituens, it is the same as the app link

    can someone help me?

    thanks
     
  2. Jason.S

    Jason.S

    Joined:
    Sep 14, 2009
    Posts:
    13
  3. ezone

    ezone

    Joined:
    Mar 28, 2008
    Posts:
    331
    If you just want the link, here is the format that you use from within your app:

    Code (csharp):
    1. itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=XXXXXXX
    Where XXXXXXX is your apple app id.

    And a link to a good article:

    http://gamesfromwithin.com/increase-your-app-ratings-on-the-app-store
     
  4. DrFromTheLab

    DrFromTheLab

    Joined:
    May 21, 2009
    Posts:
    108
    thanks a lot guys!!
    works fin now :)
     
  5. unseenthings

    unseenthings

    Joined:
    Nov 12, 2009
    Posts:
    32
    Do these solutions require the Pro version of Unity iPhone?

    thanks in advance.
     
  6. Hilm

    Hilm

    Joined:
    Nov 2, 2007
    Posts:
    338
    Hey guys,
    Sorry; could someone give a quick run-thru in lamens terms of how this is implemented?

    Cheers,
    Adam