![]() |
|
link itunes with developer name - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Game Programming Fundamentals (/forum-7.html) +--- Thread: link itunes with developer name (/thread-9584.html) |
link itunes with developer name - sefiroths - Nov 30, 2011 02:18 PM 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 RE: link itunes with developer name - OneSadCookie - Nov 30, 2011 08:37 PM You need the App ID, like here's one for Twilight Golf: http://itunes.apple.com/us/app/twilight-golf/id333218006?mt=8 RE: link itunes with developer name - sefiroths - Dec 1, 2011 03:26 AM thanks i'll try RE: link itunes with developer name - AndyKorth - Dec 1, 2011 12:35 PM 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-qr-code-data-matrix/id388923203?mt=8 And this does a reasonable search for it: http://itunes.com/apps/iNigma RE: link itunes with developer name - sefiroths - Dec 1, 2011 01:34 PM 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 RE: link itunes with developer name - sefiroths - Jan 9, 2012 01:21 PM 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? |