How to test game rating

Hi guys,

I implemented GGRating like showed here:

https://github.com/GlitchGames/GGRating

But when I try to test it i get “The item you‘ve requested is not currently available in XXX Store”.

XXX is my homeland.

My question is:  So everything is OK with my code or not?

I haven‘t used game rating before…

Many thanks  :slight_smile:

Ivan

My question is:  So everything is OK with my code or not?

We can’t know if your code is correct without seeing anything…

For iOS, you can’t test rating links till an app is published.  However, you can substitute the ID of a published app into the rating URL to test that it properly opens either the store page or the rating page.  Just don’t forget to put it back to your app ID (which you get off the description page when you are preparing to submit).

I love the idea of someone making the perfect 5* game, only to accidentally leave in the old ID and redirect all their reviews to an app like “Fart Button”.

Thanks roaminggamer!  :slight_smile:

My question is:  So everything is OK with my code or not?

We can’t know if your code is correct without seeing anything…

For iOS, you can’t test rating links till an app is published.  However, you can substitute the ID of a published app into the rating URL to test that it properly opens either the store page or the rating page.  Just don’t forget to put it back to your app ID (which you get off the description page when you are preparing to submit).

I love the idea of someone making the perfect 5* game, only to accidentally leave in the old ID and redirect all their reviews to an app like “Fart Button”.

Thanks roaminggamer!  :slight_smile: