I have two versions of my app, one is free and one is paid. I want to show links to paid version in the free version of the application. I want to open the link to the paid app directly in the market or app store. How can I do that?
Here is what I had used on a lite version of one of my apps, when you click that it opens the native app store app and links right to the app you want to sell to the users.
function fl_getFullVersion(event:MouseEvent):void
{
navigateToURL(new URLRequest("http://itunes.apple.com/us/app/pop-goes-the-bubble/id452505669?mt=8"), "_blank");
}
So swap your app name and id and thats your link for itunes.
North America
Europe, Middle East and Africa
Asia Pacific