Hi everyone,
I am trying to make a web popup which has a list of links to other apps, which should open in the app store. I have tried to use iTunes Link Maker to get an app store link:
[html]Ann Can’t Sleep - April Peter[/html]
That, however, doesn’t work. It doesn’t open iTunes from inside the app, nor does it open it from the computer browser, it just goes to the app’s web page.
I HAVE managed to make a button inside my app that opens the app store perfectly:
[lua]system.openURL(“itms://itunes.apple.com/us/app/ann-cant-sleep/id478136249?mt=8&uo=4”) [/lua]
but I don’t want that, because obviously I don’t want to update my app every time I want to add a link to the list.
So, what HTML code can I use to open the app store from a web popup? [import]uid: 102175 topic_id: 28704 reply_id: 328704[/import]