Making Rating URL + More games

MichalChMichalCh Member, PRO Posts: 115

Hello!

I wanted to ask how to make "buttons" in my app that will:
1)"Rate me" to go to app store to that current app for rating
2)"More games" to go to app store to my own profile for more games
I guess it something connected with the URL behaviour

Regards

Comments

  • gingagaminggingagaming FREELANCE GS DEV Member Posts: 1,692

    Simply make an actor that has the rules,

    When touch is pressed, open URL and pop your more games URL in there.

    For the rate, it's simply your download link as there is no direct link to rate, only download page that has your rate link in it.

  • jamies15-3jamies15-3 Member Posts: 94

    If you use this url itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=XXXXXXXXX&onlyLatestVersion=false&type=Purple+Software ... replace the X's with your app id it should work over all iOS devices. :D

  • MichalChMichalCh Member, PRO Posts: 115

    @jamies15-3‌ Thank you!

  • MichalChMichalCh Member, PRO Posts: 115

    @jamies15-3‌
    It's not working, the error pops up on itunes: Your request produced an error [newNullResponse] And yes, I gave a correct app id

  • HopscotchHopscotch Member, PRO Posts: 2,782

    @MichalCh‌

    this is what works for me across devices and countries:

    Url to rate

    appstore.com/app/app-name-without-spaces/appid

    e.g.

    appstore.com/app/hellescape/id892608212

    Url for more games

    appstore.com/your-publisher-name-without-spaces

    These work from within any country and device as apple does the appropriate redirects.

Sign In or Register to comment.