Search Unity

Google play link in Android game

Discussion in 'Android' started by Brutusomega, Aug 30, 2017.

  1. Brutusomega

    Brutusomega

    Joined:
    Jul 30, 2013
    Posts:
    56
    I have a button that opens a link to my apps on Google play in my android game.
    However it only works on android 7, on devices with lower version of Android it show games from other developers.
    My code is Application.OpenURL("https://play.google.com/store/apps/developer?id=.......+........");
    I havent included my real developer id but you get the idea.
     
  2. Brutusomega

    Brutusomega

    Joined:
    Jul 30, 2013
    Posts:
    56
    I want to add that on lower versions of Android all the games in the link are from other developers, not just ads, because sometimes when i open the link on Android 7 there are 2 games from other developers being advertised in front of my own apps.
    I use Unity 5.5.2 f1
     
    Last edited: Aug 30, 2017
  3. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,445
  4. Brutusomega

    Brutusomega

    Joined:
    Jul 30, 2013
    Posts:
    56
    Ads only appear on mobile device.
    On pc and unity editor the link works with no problems, but i get different results depending on android version from the same app and same code.