Link to App Store app developer page with iOS 6?

人走茶凉 提交于 2019-12-02 21:09:52

i have a solution for iOS 5: itms-apps://itunes.com/apps/appmosys/id331687329

and one for iOS 6: itms-apps://itunes.apple.com/artist/appmosys/id331687329

if you use itms-apps:// URLs instead of http:// it will open the app store app on the device, which is less confusing to the user, then going through safari.

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 :-(

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....

UPDATE 2:

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

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

so now the Apple Q&A Documentation is valid!

Andrew Barr

I have a universal app and I needed to open up my developer page, and display the correct apps depending whether the user is using an iPhone, iPod or iPad. The only way I could get this to work correctly was by using the iTunes link maker http://itunes.apple.com/linkmaker/ results but replaced https: with itms-apps:

The link like http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewArtist?id=426623392 will be work on any iOS devices and any browsers in Internet also.

The customer will be NOT confused because it is standard link of Apple and developers using it.

Change just your id. So, it will be http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewArtist?id=XXXXXXXX where XXXXXXXX is your developer id.

This link you can find also in iTunes App on your desktop by copy the link from button "More Apps by YYYYYYY" on page of any of yours App. There YYYYYYY is your developer name. Like on this page https://itunes.apple.com/be/app/visual-html-editor-eye-lite/id472624198?mt=8

If you prefer to have a CUSTOMIZED "MORE APPS BY US" page inside your app (not exit to AppStore or Safari), then have a look at what I created here (there is downloadable working project):

http://xcodenoobies.blogspot.com/2014/06/how-to-create-dynamic-more-apps-page.html

The beauty of this is the data is retrieved from iTunes AppStore everytime you open the page in your app, and that you can customize it however you like.

Cheers.

http://itunes.apple.com/artist/id331687329.

I get to this link by using iTunes on Mac. Search for the company name, click on any app that is made by the company, look for "More iPhone Apps by XXXXX", click on it, then you'll see all apps by this company, right click on the company name and copy link, and you'll get this link. This link will work with iOS 6.

I have no problems mit links created with http://itunes.apple.com/linkmaker/

It generates only https links.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!