Skip to main content
Known Participant
July 30, 2011
Question

iOS App made in AIR - Link to other iTunes apps

  • July 30, 2011
  • 2 replies
  • 2458 views

Hi, I need a code to allow my application to link users to my developer channel on the App Store... just tapping a button.

What's the procedure in Flash CS 5.5 with AIR 2,6 ????

Please help me!

Thank you

Brandon

This topic has been closed for replies.

2 replies

Known Participant
July 31, 2011

Have a nice weekend

Participating Frequently
August 2, 2011

Hi Brandon,

The following works for me:

navigateToURL(new URLRequest("http://itunes.com/apps/marcocanducci"));

Could you give it a try?


Thanks,

Sanika

Colin Holgate
Inspiring
July 31, 2011

I feel sure you can go to your App Store page, right-click on your name and Copy Link, and then do a navigateToURL(new URLRequest("paste that link here"));

Known Participant
July 31, 2011

Hi Colin, that was the first test I did... on computer it works perfectly... but not on iPhone...

Can someone else help me?

Thank you

Brandon

Known Participant
July 31, 2011

The link I want to use is this:

http://itunes.apple.com/us/artist/marco-canducci/id412960654

It will be connected to a button with the text label: "More by this developer".