Skip navigation
Currently Being Moderated

Open Android Market and Apple App Store from AIR Mobile App

Mar 21, 2012 11:57 PM

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?

 
Replies
  • Currently Being Moderated
    Mar 22, 2012 12:16 AM   in reply to rjoshicool

    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.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points