问题描述
我想我们figue如何使一个重定向到我在App Store等应用短网址:
I'm trying to figue our how to make a short URL that redirects to my app on the APP Store such as:http://appstore.com/MyAppName
我一直期待通过这里的文档:
http://developer.apple.com/library/ios/#qa/qa1633/_index.html
I've been looking through the documentation here:http://developer.apple.com/library/ios/#qa/qa1633/_index.html
和除非我失去了一些东西,那只能说明你什么名字的格式,你可以有,而不是如何生成的URL。
And unless I'm missing something, it only shows you what name formats you can have and not how to generate the URL.
任何人都可以揭示出这个任何光线?我想到:
但没了。
Can anyone shed any light on this? I would have thought:http://itunes.apple.com/linkmaker/But nope.
推荐答案
您可以用这种方式创建自己的链接:
You can create your own link in this way:
1)取:
2)添加您的应用程序的名称的话不带空格和特殊字符。我的应用程序的名称是紧急电话号码 - 世界等等导致短链接
2) Then add the words of your app's name without spaces and special characters. My app's name is Emergency Phone Numbers - World and so the resulted short link is http://www.appstore.com/emergencyphonenumbersworld
我希望这有助于。
这篇关于创建App Store的短链接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!