问题
For my resume, I am attempting to add a shortened link to the app that I created. I looked around and found that apple provides a link shortener for iOS apps using the AppStore.com URL.
Unfortunately, since my app contains the ² character, I cannot figure out how to link to my app.
The long link for my app is: https://itunes.apple.com/us/app/squared2/id498133871?mt=8
Also, is there a way to link to an app without having iTunes automatically open (only show the iTunes preview page)?
回答1:
According to the rules explained in the Technical Q&A QA1633, here it is
http://appstore.com/squared²
You have to:
- Remove all whitespace
- Convert all characters to lower-case
- Remove all copyright (©), trademark (™) and registered mark (®) symbols
- Replace ampersands ("&") with "and"
- Remove most punctuation, namely
!¡"#$%'()*+,\-./:;<=>¿?@[\]^_`{|}~
- Replace accented and other "decorated" characters (ü, å, etc.) with their elemental character (u, a, etc.)
- Leave all other characters as-is.
That said, appstore.com
links, also know as canonical App Store Short Links, automatically redirect to iTunes when open in a browswer.
回答2:
Have you tried a url shortener service like bit.ly. Also usually the web browser will prompt you on how you want to proceed with the url. For Chrome it asks me if I want to continue viewing the preview web page or open it in iTunes.
回答3:
All AppStore.com short links, such as http://appstore.com/squared²
, will automatically open iTunes. There's no way to stop iTunes URLs opening iTunes (if it's installed) for all users.
回答4:
Here is how you can have a short link.
https://itunes.apple.com/app/id<Apple ID>
Ex: https://itunes.apple.com/app/id375380948
回答5:
This link you have works fine. Can you expand on the problem?
Also, the name of app is meaningless in the url. This link works just as well:
https://itunes.apple.com/us/app/meaningless/id498133871?mt=8
来源:https://stackoverflow.com/questions/19459416/how-to-create-appstore-com-short-link