Opening an App store product page

I have seen several promo apps that automatically open a product page in the App store (not a webpage, an actual App store product page). I realize Unity probably doesn’t support this yet, but I know www support is planned and didn’t know if maybe this is accomplished with just a special URL or something. Does anyone know how this is done?

It would be accomplished via file:///Applications/Unity/Documentation/ScriptReference/Application.OpenURL.html - which, as I understand it, is currently not implemented in unity for iPhone, but will be included in the hotfix.

Okay, cool, that’s good to know. I wasn’t sure if it was just opening a special url or if it was some other proprietary API call in the iPhone SDK. Thanks!