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
Post a Comment