Search Unity

Ingame Rate us botton for mobile applications

Discussion in 'Documentation' started by fluffy-dev-1, May 29, 2019.

  1. fluffy-dev-1

    fluffy-dev-1

    Joined:
    Dec 17, 2014
    Posts:
    3
    Dear all,

    is it possible to rate a mobile game without leaving the app, that is not using
    #if UNITY_ANDROID
    Application.OpenURL("market://details?id=YOUR_ID");
    #elif UNITY_IPHONE
    Application.OpenURL("itms-apps://itunes.apple.com/app/idYOUR_ID");
    #endif

    but sending a number of score directly to the stores?
    I want to implement an ingame gui, where the user can select the number of stars and the result should be communicated to the store.

    I am happy for any help

    Best Regards

    Johannes
     
  2. Baste

    Baste

    Joined:
    Jan 24, 2013
    Posts:
    6,338
    If that was possible, it would also be possible for you to automatically send 5 stars to the store when the app opens. So... probably not.
     
  3. fluffy-dev-1

    fluffy-dev-1

    Joined:
    Dec 17, 2014
    Posts:
    3
    Hello Baste,

    thanks for your reply. Your argument is quite reasonable. Somehow in my memory there are apps where it was possible.... could also be 5 years ago and maybe they changed sth?

    Best regards

    Johannes