link to apps store?

Is there a way to link an icon/graphic natively on ipad/iphone using corona to open up itunes? want to cross market apps. thanks! [import]uid: 6317 topic_id: 1131 reply_id: 301131[/import]

didnt work :frowning: [import]uid: 6317 topic_id: 1131 reply_id: 2905[/import]

sorry my bad, it did work with openURL. thanks for the help! [import]uid: 6317 topic_id: 1131 reply_id: 2906[/import]

No problem. It is nice to hear that it works, as itms:// is not supported according to the API docs. :slight_smile:
I didn’t test it myself, just gave a shot in the dark. [import]uid: 5712 topic_id: 1131 reply_id: 2907[/import]

Here is my guess:

Take the appstore link to that app and replace the http:// with itms:// .

Then in Corona, open this link via

[lua]system.openURL(yourlink)[/lua] [import]uid: 5712 topic_id: 1131 reply_id: 2903[/import]