How can I show in-app review box (play store)

Hi all,
Some games have a very beautiful review technique. They don’t open the market page, instead they show a simple review box in their up where a user can select a star and write a comment.
How can they do that?

Something like this? It’s called in-app review.

If you are targeting android alone, you can look for play core unity plugin which offers in-app review.
iOS has also similar rating dialog offered and works similar to android.

If you are targeting both iOS and Android, you can have a look at our plugin where rating feature is offered for free in free version.

thanks