Load app store from app?

Hi

How do I load the app store to show my game from my lite version of the app?

http://www.alexcurylo.com/blog/2009/03/06/snippet-app-store-links/

You should be apple to see your App ID in iTunes Connect.

Yeah but how do I load it from unity?

Application.OpenURL("<link here>")

Edit changed load to open (wasn’t on a computer with unity)

Application.loadURL doesn’t work…

I got my link to work with:

Application.OpenURL("itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=xxxxxxxx");

and replace xxxxxxxxxx with your app id number.