Redirect to App Store from iOS Application when name contains spaces? -


i having problems redireting ios app app store. using url:

itms-apps://itunes.com/apps/app_name 

but no success. app name has spaces in cannot used in above example. there way around this. not possible use bundle identifier redirect app store?

you can build link that:

http://www.itunes.com/app/appname

  • upper-/lowercase doesn't matter
  • remove spaces , punctuation

example:

doodle jump - warned: insanely addictive!

will be:

http://www.itunes.com/app/doodlejumpbewarnedinsanelyaddictive


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -