kudago / smart-app-banner

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

How to customize the app download URL and icon, rather than using app-id? #111

Open zusanisha opened 6 years ago

zusanisha commented 6 years ago

Hi!

I wonder if there is a way to customize the app download URL and icon, rather than using app-id?

Since my app is about crypto-currency, I would like to provide app download from my website, instead of from google play and app store.

Thanks a lot!

tavour-frank commented 5 years ago

Would also like a solution for this! I ended up creating a class that extends SmartBanner and overriding the getStoreLink class method - but it isn't very clean; since the base constructor calls create() and show(), I also had to add logic to remove the created banner, then recreate and reshow the banner that uses the link I wanted

sergiol29 commented 4 years ago

Hi, I want customize the button URL. Any solution about this?

Thanks a lot!