Cómo redirigir al jugador a que vote nuestro juego en la tienda

Sencillo código para enviar al jugador a que valore nuestro juego en Google Play o Apple Store.




CÓDIGO:
if OS.get_name() == "iOS": OS.shell_open("https://itunes.apple.com/app/idID_DE_TU_APP?action=write-review")
else: OS.shell_open("https://play.google.com/store/apps/details?id=ID_DE_TU_APP")

0 comentarios:

Publicar un comentario