Search code examples
iosapp-storeapp-id

Get AppStore URL programming


I want to share my application via Facebook by using UIActivityViewController

How can I get AppStore URL programing ?


Solution

  • For that you need to create an app profile in itunesConnect. There you will get the link to your app page from the app information section. You can use the link used in View in app store button in that page. That link will go to the page in which your app will be visible to the users after uploading

    Right click on view in app store -> copy link address -> Share the link in UIActivityViewController

    enter image description here