Reputation: 124
I want to share my application via Facebook by using UIActivityViewController
How can I get AppStore URL programing ?
Upvotes: 0
Views: 321
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.
Upvotes: 1
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
Upvotes: 0