Skip to content
CW
Navigation

Language

Navigation

Back to Blog
27 Apr 2020 Updated 19 Aug 2026 1 min read 1575 Views
iOS and Mac App Store (Correct URL for opening the Company Page)

iOS and Mac App Store (Correct URL for opening the Company Page)

After too much research, I finally found the correct links to use to open the App Store page for iOS and Mac.

For Mac App Store

macappstore://itunes.apple.com/us/developer/<short name>/id<your developer id>

 For iOS App Store

itms-apps://itunes.apple.com/us/developer/<short name>/id<your developer id> 

Developer Short Name

To find out your “Developer Short Name” and “Developer ID” search for it on https://fnd.io/ To use it with Unity, Application.OpenUrl will do the trick.

Application.OpenURL("macappstore://itunes.apple.com/us/developer/green-sauce-games/id964191738");

References :

https://stackoverflow.com/questions/433907/how-to-link-to-apps-on-the-app-store

Cezar Wagenheimer

Written by

Cezar Wagenheimer

Share this article

Comments

Have a question, or found an issue with the code? Drop a comment below — I read and reply to every one.

Loading comments…

Leave a comment

Keep exploring