“Link to App Store” widget for mobile website

后端 未结 1 589
清酒与你
清酒与你 2021-02-10 10:05

For the past months I have found several websites using some kind of \"widget\".

If I open a website having this widget with my iPhone, it will display a link to the (we

相关标签:
1条回答
  • 2021-02-10 10:54

    You're looking for "Smart App Banners".

    http://developer.apple.com/library/ios/#documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html

    Usage is as simple as adding the following meta tag to your web page's source code, specifying the Apple App Store ID some affiliate data, and even a URL scheme argument.

    <meta name="apple-itunes-app" content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=myURL">
    
    0 讨论(0)
提交回复
热议问题