How to add itunes button to go to the page?

Closed due to the fact that the essence of the issue is incomprehensible by the participants Streletz , Bald , Nicolas Chabanovsky 1 Sep '16 at 5:15 .

Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • Button "Share via iTunes"? What should she do, in your opinion? - Vitaly Emelyantsev

1 answer 1

It is almost not clear what you need and why. But as I understand it - you want to add a button to the application or page of the site, which you would click on to throw the user to the Apple store. If so, you will need the button itself and a link to some application in the Apple store.

1) For a website page: you need to add a graphic element to the page (it’s your button), and assign it the hyperlink status to the address, actually, from the iTunes website.

2) For the application: it is necessary to add a graphic element of type picturebox, but in the code of the element picturebox1_click to register the code that opens the link through the browser.

Here you have the most generalized theory. It can help if you add a button in visual editors. For the future: explain the purpose of your task, the programming language, and what resources for editing pages / applications you have.