How do I link to my App Store/games from in game on iDevice?

So I have set up a GUITexture button that the player clicks to view my other games in the App Store. I’m using the standard Application.OpenURL with the following link:

https://itunes.apple.com/nz/artist/polygame-digital/id375257462

The problem is, on device, it opens iTunes, not the App Store and just shows a blank page (clearly because my games are in the App Store, not iTunes music store). This works fine on desktop but that hardly helps me when this is a mobile game.

Is there a specific way to link to all games by a specific developer from the device?

It looks like your URL is localized (note the nz), which might be part of the problem. Try this:

http://itunes.apple.com/app/id375257462?mt=8

More info here: