Questions tagged [smartbanner]

Smart banners appear at the top of a webpage to inform users of a native App Store app. Smart banners allow users to view the app in the store, or dismiss the banner.

Smart banners appear at the top of a webpage to inform users of a native App Store app. Smart banners include a View button to view the app in the store, and a Close button to dismiss the banner.

91 questions
25
votes
1 answer

Smart App Banner not showing for my application when application is not installed

I'm using the meta tag for displaying my application ios in the app banner for iphone/ipad devices. when I do tests using an Iphone, the banner worked very will if the application is…
Abderrahim Marbou
  • 253
  • 1
  • 3
  • 4
19
votes
2 answers

Smart banner is not working on iOS7

In iOS7 safari, clicking smart banner "open" button doesn't trigger UIApplication::openURL:(NSURL *).... - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation…
RocketMan
  • 4,289
  • 2
  • 26
  • 19
17
votes
3 answers

Load iOS 'smart app banner' through JavaScript

I'm having some troubles with an iOS Smart App Banner, which I'm trying to add through JavaScript. The actual smartbanner is as simple as adding this little block to the head of the HTML:
Koesper
  • 533
  • 6
  • 19
11
votes
2 answers

iOS7 Smart Banner Disappearing

We are having an issue where smart banners appear in Safari on iOS6, but when testing in Safari on iOS7 with non 5s devices the banner briefly appears (sort of a placeholder without content) and then disappears. We have tested other sites other…
user2835895
  • 111
  • 4
10
votes
3 answers

How to detect in javascript if a Smart Banner App is currently displayed?

I want to detect in Javascript if a Smart App banner is currently displayed. I already inspected the DOM but there is no evidence of the banner.
Marco Marsala
  • 2,332
  • 5
  • 25
  • 39
7
votes
2 answers

How can i prompt native app installation in mobile browsers

Hi i want to display a banner in mobile browser to prompt user to download the app from the store (either Google play or Apple). An example is the following Example banner For IOS i found this. It seems it works only for safari browser. Is there any…
MAnast
  • 151
  • 2
  • 9
6
votes
1 answer

Link to Play Store - Smart App Banner - Android

I have red the documentation for Smart App Banner iOS. This is fine and i implemented it on my website. The problem is that the documentation says: Because of the fragmentation of the Android ecosystem and browser choice, Google has never…
Ali Durrani
  • 333
  • 2
  • 11
6
votes
1 answer

Apple Smart Banner (meta apple-itunes-app) not working with my app ID - also not after clearing cache on iPhone Safari

Apple Smart Banner (meta apple-itunes-app) not working with my app ID - also not after clearing cache on iPhone Safari. I'm using this: It works if I replace the app ID with anyone…
clarako
  • 171
  • 4
5
votes
1 answer

getInstalledRelatedApps() API not detecting the installed app

I've been trying to implement the getInstalledRelatedApps API to work into my project in a smartbanner using jquery.smartbanner.js, but the relatedApps const as shown below is returning empty, and the state of the promise is always in "pending". A…
Zaeem Habib
  • 85
  • 1
  • 6
5
votes
2 answers

Can we control IOS smart banner display?

IOS6+ for Iphones implement smart banner feature. This is simply adding a meta tag that includes an appstore Id. Is it possible to show this smart banner more than once? Can we control its frequency? Suppose If I want to show it every once in a…
CKR
  • 213
  • 4
  • 8
4
votes
0 answers

How to get the slimmer iOS Safari Smart App Banner?

We have a requirement to supply the smaller banner. I can see that, after I install the app, the smart banners for some sites like Amazon are smaller than those for others like Best buy. Is there something specific that amazon is doing to get that…
Raj
  • 326
  • 1
  • 7
4
votes
2 answers

Apple smart banner is showing empty bar in ios safari (id correct in metatag)

So about a year ago I implemented the smart banner for a ios app on a mobile website. It worked fine until I saw earlier today that it is empty. I looked at the id in the meta tag. But it is correct. Screenshot:
peterdoesco.de
  • 529
  • 3
  • 19
4
votes
3 answers

Android ad size (smart banner not always working)

I got a realy annoying Problem with adMob and his banner sizes. The smart banner size is a realy good thing, it does almost anything for you, what has to do with sizing ads, but only almost.. In the google docs is a table which sizes the smartbanner…
Phil
  • 304
  • 1
  • 5
  • 12
4
votes
2 answers

My android app banner is not showing

I'm adding android app banner (https://www.chromestatus.com/features/4540065577435136) on my website. I have added the manifest and the icons but it is still not appearing. Note that I am enabling the chrome flag for bypassing user engagement. The…
irisgve
  • 119
  • 1
  • 10
4
votes
0 answers

Test Smart Banner on iOS 8

I am attempting to test smart banner deep linking on iOS 8. I used to be able to override the App Store build with a debug build. Now, when I am in mobile Safari, the smart banner says "View" (which takes me to the App Store), instead of "Open". Has…
James Paolantonio
  • 2,194
  • 1
  • 15
  • 32
1
2 3 4 5 6 7