• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to verify if a URL is an IPhone app valid URL?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Can any one guide me how i can validate a url if that url is valid iphone app url,
i m opening an iphone app url from my game
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rizwan Lateef wrote:Hi,
Can any one guide me how i can validate a url if that url is valid iphone app url,
i m opening an iphone app url from my game



Not sure what you mean?

Like in my signature I have links to my apps, is that the URL you want to validate?

Mark
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Or do you mean

http://itunes.apple.com/us/app/tubeorganizer/id377830234?mt=8

Mark
 
Rizwan Lateef
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Exactly i mean this a link should point to some valid app on apple app store,
how can this be done?
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rizwan Lateef wrote:Exactly i mean this a link should point to some valid app on apple app store,
how can this be done?



There is no way except to click the link and if the app store starts up then you know it is valid.

But if you are putting the URL in the app, I would assume you are manually typing in the URL yourself and therefore have already made sure it was the correct URL.

Mark
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

are you want something appear like the following link

http://itunes.apple.com/app/[app name]/id[some id]

the app name is the application name which space replaced with

the id will be the one once you add a new app in the iTune connect.

This would be the valid URL for the app.

hope I could answer your question.
 
reply
    Bookmark Topic Watch Topic
  • New Topic