appstore: seacrh by developer. How?

Previous topic - Next topic

ampos

To launch appstore from my app, for any other app, I just use:

Code (glbasic) Select
netwebend "http://itunes.apple.com/es/app/snowland/id398934107?mt=8"

On my app http page, for example, there is an option, "view more by this developer", with the following link:

http://itunes.apple.com/us/artist/www-diniplay-com/id398934110

that open itunes.

I have try from my app
Code (glbasic) Select

netwebend "http://itunes.apple.com/us/artist/www-diniplay-com/id398934110"


but it says "no baby, no, error"

Any hint on this subject?


If not possible, someone know the link to launch appstore with a search term? Similar to google link:

Code (glbasic) Select
http://www.google.es/search?&q=snow

(as I added my "company" name, "diniplay", as a keyword-tag in the app-data)
check my web and/or my blog :D
http://diniplay.blogspot.com (devblog)
http://www.ampostata.org
http://ampostata.blogspot.com
I own PC-Win, MacBook 13", iPhone 3G/3GS/4G and iPAC-WinCE

Kitty Hello

Code (glbasic) Select

NETWEBEND "itms-apps://ax.search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?media=software&term=glbasic"

ampos

check my web and/or my blog :D
http://diniplay.blogspot.com (devblog)
http://www.ampostata.org
http://ampostata.blogspot.com
I own PC-Win, MacBook 13", iPhone 3G/3GS/4G and iPAC-WinCE

Crivens

This works fine, but I've got my app setup so that it stays in the background on an iOS device. Using this command will produce what I want in the app store, but it also ends the program so when you run it again it starts from scratch rather than where it left off. Obviously the NETWEBEND is designed to work this way, but is it possible to change it or use a different command so that an iOS app can carry on where it left off when you run it again?

Cheers
Current fave quote: Cause you like musicians and I like people with boobs.

Kitty Hello

You're right. I should change NETWEBEND to consider ALLOWESCAPE for iOS and WebOS.

ampos

Also in PC it should not terminate the program...
check my web and/or my blog :D
http://diniplay.blogspot.com (devblog)
http://www.ampostata.org
http://ampostata.blogspot.com
I own PC-Win, MacBook 13", iPhone 3G/3GS/4G and iPAC-WinCE