在你的应用程序上线后,经常要做对外推广的工作,经常会把你的应用程序的url贴在各处。 默认的iTunes链接的样子如下:
代码语言:javascript复制http://itunes.apple.com/us/app/china-charming-girl/id348850577?mt=8
比较长,而且对搜索引擎不是很友好。 其实iTunes的url可以有很三种方式:
公司名字 http://itunes.com/apps/ (例如, http://itunes.com/apps/prosight)
应用程序名字 http://itunes.com/apps/ (例如, http://itunes.com/apps/crazyfart)
应用程序名加公司名 http://itunes.com/apps// (例如, http://itunes.com/apps/prosight/crazyfart)
生成这个url有如下规则:
- 移除所有的空格
- 移除所有的copyright (©), trademark (™) 和registered mark (®) 符号
- 替换"&" 成 "and"
- 移除所有非法字符(见下)
- 替换所有非英语字符(ü, å, etc.) 为英文字符 (u, a, etc.)
- 保留所有其他的字符
非法字符:
代码语言:javascript复制!¡"#$%'()* ,-./:;<=>¿?@[]^_`{|}~
- Previous It appears the JSP version of the container is older than 2.1 and unable to locate the EL RI expression factory, com.sun.el.ExpressionFactoryImpl.
- Next 去掉iPhone应用图标上的弧形高光