-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Implement a Smart App Banner to promote iPhone / iPad App #3433
Copy link
Copy link
Closed
Labels
EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.Help wantedBeginner friendly issues or issues where we'd highly appreciate community's help and involvement.Beginner friendly issues or issues where we'd highly appreciate community's help and involvement.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone
Metadata
Metadata
Assignees
Labels
EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.Help wantedBeginner friendly issues or issues where we'd highly appreciate community's help and involvement.Beginner friendly issues or issues where we'd highly appreciate community's help and involvement.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Safari has a new Smart App Banner feature in iOS 6 and later that provides a standardized method of promoting apps on the App Store from a website. Smart App Banners automatically determine whether the app is supported on the users device. If the device loading the banner does not support your app, or if your app is not available in the user's location, the banner will not display.
See here for more documentation: http://developer.apple.com/library/ios/#documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html
Is it possible to add this meta-tag to Piwik?
<meta name="apple-itunes-app" content="app-id=737216887" />
If a user opens the Piwik installation within iOS 6 / Safari Browser, he'll get a notice that there's an iPad app.
Later we could possibly also add "app-arguments". But I don't think Titanium supports that. Arguments allow us for example to pass the currently opened report and siteId to mobile app. Mobile App would then open same report/website as user had opened in Browser.
Keywords: academy