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 way to implement it for other browsers too?
For Android i found this. It is for PWA. I tried to implement it in our website (not PWA) but nothing was displayed.
Is there any way to work in both OSes and in all latest browsers? If there isn't, how can i get the rating, latest icons and check if it is supported in the country?
smartbanner.publish()
to work in any other place than a <script> tag in an html element and even then, would get errors (No options detected. Please consult documentation). These errors broke my unit tests which meant I couldnt deploy and test it. – Perfumery