I’m trying to put in a URL that I obtained from the iTunes Link Maker (http://itunes.apple.com/linkmaker/) so that the user of the app can easily link to all my available apps on the App Store. It even says so on the site.
It works great on the desktop, as it opens iTunes, but on the device, it ends up opening the iTunes app for media, and not the App Store.
This is not soliciting, but this is the link that iTunes gave me for me:
Supposedly, this causes a multiple redirect (opens Safari and/or iTunes, then opens App Store) on the device, so someone else suggested:
itms-apps://itunes.com/apps/raphaelsalgado
and it works! Note that Corona Simulator cannot open the second link, so you can go with the first one until you’re ready to build for the device, or make a conditional statement in your code to choose the right one. [import]uid: 6084 topic_id: 6369 reply_id: 22003[/import]
i try with
native.showWebPopup( 0, 90, 768, 934,
“itms-apps://itunes.com/apps/raphaelsalgado”)
and also
native.showWebPopup( 0, 90, 768, 934,
“http://itunes.com/apps/raphaelsalgado”)
both just give me a black screen.
thx
chris
[import]uid: 4795 topic_id: 6369 reply_id: 58883[/import]
I tried too and the link system did not work.
Can any show me the full-code?
I used showWebPopup api.
Do I use the right api? [import]uid: 65906 topic_id: 6369 reply_id: 78290[/import]