Hi everyone,
I’m running into an issue with Safari’s native Smart App Banner on iPhone where the banner is not persistent, even though it has not been dismissed and the app is still installed.
Website: Next.js
Our configuration is as follows:
<meta name="apple-itunes-app" content="app-id=1111111111, app-argument=https://www.mywebsite.com/">
*app id and website is changed
Additional Notes:
- no manual dismissal (x) has been clicked
- app is installed on the device
Thanks in advanced!