How to link to an app through another app

Hi,

I have a lite version of a game, rather than use inapp purchase can I link to the paid app in the app store, when the user clicks a button?
is it simple as using

system.openURL( "http://itunes.apple.com/us/app/crimson-kingdom-lite/id489135952?mt=8")

or is there more to it?

Yes you can;

1
2
3
local function openIt()
        system.openURL("http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=489135952&mt=8")
end

Peach,

Thanks for that..

How do I find out the Android and Amazon equivalents?

Vik

views:1558 update:2012/1/13 9:04:04
corona forums © 2003-2011