link itunes with developer name
is asked many times, but i have tryed everything i have searched for example, without luck:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://itunes.com/apps/kingsburg"]];
http://itunes.apple.com/app/iNigma
itms://itunes.com/apps/iNigma
itms-apps://itunes.com/apps/iNigma
tryed with:
http://itunes.apple.com/linkmaker
every time gives me not only the game by that developer, but other games with title or developer similar to what i have wrote
thanks
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://itunes.com/apps/kingsburg"]];
http://itunes.apple.com/app/iNigma
itms://itunes.com/apps/iNigma
itms-apps://itunes.com/apps/iNigma
tryed with:
http://itunes.apple.com/linkmaker
every time gives me not only the game by that developer, but other games with title or developer similar to what i have wrote
thanks
You need the App ID, like here's one for Twilight Golf:
http://itunes.apple.com/us/app/twilight-...18006?mt=8
http://itunes.apple.com/us/app/twilight-...18006?mt=8
thanks i'll try
Wow, that game looks really good, thanks for the link, OneSadCookie!
It's also worth noting that this link works:
http://itunes.com/apps/TwilightGolf
Here's a link for (what I assume is) your app:
http://itunes.apple.com/us/app/i-nigma-q...23203?mt=8
And this does a reasonable search for it:
http://itunes.com/apps/iNigma
It's also worth noting that this link works:
http://itunes.com/apps/TwilightGolf
Here's a link for (what I assume is) your app:
http://itunes.apple.com/us/app/i-nigma-q...23203?mt=8
And this does a reasonable search for it:
http://itunes.com/apps/iNigma
Howling Moon Software - CrayonBall for Mac and iPhone, Contract Game Dev Work
lik doesn't work: says the request can't be done...
how can i take the right link of the app?
the game is kingsburg and developer iNigma
i'd like to have the link to iNigma (all games, in this case only one but in the future...)
thanks
how can i take the right link of the app?
the game is kingsburg and developer iNigma
i'd like to have the link to iNigma (all games, in this case only one but in the future...)
thanks
i'm searching all over internet but not found the solution.
this link that is maded from apple linkmaker:
http://itunes.apple.com/it/artist/inigma/id390444809
produce the page i'd like to display (on mac)
but if i put it on ipod:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@...]]
the ipod says that the request can't be evaded...

any help?
this link that is maded from apple linkmaker:
http://itunes.apple.com/it/artist/inigma/id390444809
produce the page i'd like to display (on mac)
but if i put it on ipod:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@...]]
the ipod says that the request can't be evaded...

any help?

