If you have an app and you might want to show an app banner when you user visit your page from their mobile safari. For iOS devices, displaying appstore banner is as easy as adding a meta tag to your html page. 
How To Implement To Your Website
Add this meta tag to your web page:
<meta name="apple-itunes-app" content="app-id=your_app_id" />
You need your app’s id (a numeric identifier) which you can get it from iTunesConnect interface.
When you add this meta tag to you page, safari handles the rest and shows the banner. In iPad, it also shows some of the screenshots of your app.
Related Posts
- 9 min readiPad Pro + Raspberry Pi = Portable development environment on mobile
- 2 min readMobile Simulators on Cloud
- 9 min readIntegration and verification of iOS In-App Purchases
- 3 min readQuick-glancing CSVs in VS Code with Rainbow CSV and Data Preview
- 5 min readOat CSS after Pico
- 6 min readMy Coolify Experience After a Year
Share