本文介绍了链接到App Store应用开发者页面与iOS 6?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有一种方法,在iOS 6中,从一个应用程序链接到一个特定的开发者页面上的App Store应用?我的意思是表示由开发商所有的应用程序列表。

Is there a way, in iOS 6, to link from an app to a specific developer's page on the App Store app? By that I mean a list showing all the apps by the developer.



有多种方式链接到商店(我用的是Appmosys作为这里的例子)产生不同的结果:


There are various ways to link to the store (I am using the Appmosys as the example here) that produce various results:

http://itunes.apple.com/us/artist/appmosys/id331687329 - 从台式机的iTunes复制链接,打开了在iOS 6设备上的iTunes应用程序,与开发商的页面。如果你对自己的应用的一个水龙头,它关系到在App Store上的应用程序,应用程序。

http://itunes.apple.com/us/artist/appmosys/id331687329 - The link copied from desktop iTunes, opens up the iTunes app on an iOS 6 device, with the developer's page. If you tap on one of their apps, it goes to that app on the App Store app.

- 打开iTunes应用程序(通过Safari),但presents此错误消息:无法连接到iTunes商店

http://itunes.com/apps/appmosys - Opens the iTunes app (via Safari) but presents this error message: "Cannot connect to iTunes store".

ITMS://itunes.com/apps/appmosys - 去直接在iTunes的应用程序,但同样的错误如上

itms://itunes.com/apps/appmosys - Goes straight to the iTunes app, but same error as above.

ITMS-应用://itunes.com/apps/appmosys - 打开App Store的应用程序,但也$ P $这里psents同样的错误(截图:https://dl.dropbox.com/u/6920023/iphone-screenshot.PNG )。

itms-apps://itunes.com/apps/appmosys - Opens the App Store app, but also presents the same error (screenshot here: https://dl.dropbox.com/u/6920023/iphone-screenshot.PNG ).



有没有实际上是一个办法在iOS 6中做到这一点?


Is there actually a way to do this in iOS 6?


加分如果你能回答这个问题,并知道你是否也提供链路与联盟计划,的。我已经看了看链接制作这个网页上,不再有效针对iOS 6: - (

Unfortunately i didn't found any single URL that works on iOS 5 and iOS 6. So the Apple Q&A Documentation is not valid anymore for iOS 6 :-(

更新:我才意识到,我的iOS 5的解决方案也适用于iOS 6的iPad上,而不是在iPhone与iOS 6,它变得越来越离奇古怪和......

UPDATE: i just realized that my iOS 5 solution works also on iOS 6 on the iPad, but not on the iPhone with iOS 6. it's getting weirder and weirder....

更新2:

苹果刚刚在 appstore.com网址所以现在你可以链接与

apple just annonced the appstore.com urls so now you can link to Electronic Arts Developer Page with http://appstore.com/ElectronicArts

我只是测试它和它的作品为iPad的iOS从5.1到6.0和iPhone 4.3至6.0

i just tested it and it works for iPad from iOS 5.1 to 6.0 and iPhone from 4.3 to 6.0

所以现在是有效的。

这篇关于链接到App Store应用开发者页面与iOS 6?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 10:04