Hey All,
Anyone know of how to implement a smart app banner for an "enterprise" app?
An "Enterprise App" is not located in the Apple App store. A separate URL is set up, from which the app is installed.
This can be accomplished using a meta tag, as follows:
Not sure how this should look for an enterprise app.
Reference link here:
https://developer.apple.com/library...thAppBanners/PromotingAppswithAppBanners.html
tvym.
Anyone know of how to implement a smart app banner for an "enterprise" app?
An "Enterprise App" is not located in the Apple App store. A separate URL is set up, from which the app is installed.
This can be accomplished using a meta tag, as follows:
Code:
<meta name="apple-itunes-app" content="app-id=myAppId, affiliate-data=myAffiliateData, app-argument=myURL">
Not sure how this should look for an enterprise app.
Reference link here:
https://developer.apple.com/library...thAppBanners/PromotingAppswithAppBanners.html
tvym.