kudago / smart-app-banner

Lightweight smart app banner with no jquery requirement
MIT License
526 stars 250 forks source link

Smart App Banner not showed up on iOS #53

Open pensiero opened 8 years ago

pensiero commented 8 years ago

I used the following config:

new SmartBanner({
    daysHidden: 15,   // days to hide banner after close button is clicked (defaults to 15)
    daysReminder: 90, // days to hide banner after "VIEW" button is clicked (defaults to 90)
    //appStoreLanguage: 'us', // language code for the App Store (defaults to user's browser language)
    title: 'Uala',
    author: 'Uala S.r.l.',
    button: 'Scopri',
    store: {
        ios: 'Sull\'App Store',
        android: 'Su Google Play',
        windows: 'Sul Windows Store'
    },
    price: {
        ios: 'GRATIS',
        android: 'GRATIS',
        windows: 'GRATIS'
    }
    //, force: 'ios' // Uncomment for platform emulation (ios, android, windows)
});

It works only if I force iOS

GabLeRoux commented 7 years ago

I think this is a duplicate of #33