Search Unity

how to link app store?

Discussion in 'iOS and tvOS' started by jpgame, Feb 19, 2019.

  1. jpgame

    jpgame

    Joined:
    May 8, 2015
    Posts:
    3
    "open url" does not work.

    i want to link to my app page, link to more games ...

    i have no idea.

    please help me.
     
  2. aihodge

    aihodge

    Joined:
    Nov 23, 2014
    Posts:
    163
    My Store Product asset does exactly this - simply pass in the Store Product’s ID number as a string, and the plugin presents a modal pop up view to the App Store/iTunes/iBooks content without leaving your Unity app.
     
  3. aihodge

    aihodge

    Joined:
    Nov 23, 2014
    Posts:
    163
    Forgot to say - it’s FREE! Link is in my signature. Let me know if you need any help with deployment.
     
  4. Crichton333

    Crichton333

    Joined:
    May 4, 2014
    Posts:
    113
    Application.OpenURL("https://xxx");

    This is not working for you ? Just attach it to a object and make it open on Button Click.