tai do
tai do

Reputation: 124

Get AppStore URL programming

I want to share my application via Facebook by using UIActivityViewController

How can I get AppStore URL programing ?

Upvotes: 0

Views: 321

Answers (2)

Jagdeep
Jagdeep

Reputation: 1178

search for your App in Itunes.Along with GET there is a drop down,click it and select COPY link to get link of your App. Keep it static in text message to be shared by activityViewController.

enter image description here

Upvotes: 1

Amal T S
Amal T S

Reputation: 3415

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

Upvotes: 0

Related Questions