向 Ionic2 应用程序添加智能横幅的最佳方式是什么?

What is the best way to add a smart banner to an Ionic2 application?

我们有一个在 iOS、Android 和网络上运行的 Ionic2 应用程序。我们想在应用程序中添加一个智能横幅,当它在移动浏览器上显示为 运行 时,它会提示用户打开移动应用程序。

有一些包可用于添加智能横幅,但我们不确定如何将它们集成到 Ionic 应用程序中。任何指导将不胜感激。

要向您的网站添加智能应用横幅,请在您希望横幅出现的每个页面的头部添加以下元标记:

<meta name="apple-itunes-app" content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=myURL">

更多信息:https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html