I have a web application built with react 17.01 for the frontend and I'm trying to implement Deep Link for Viber bot. I did it exactly as described in the documentation in the following link: https://developers.viber.com/docs/tools/deep-links/
viber://pa?chatURI=<URI>
When I use android devices it works perfectly. If the app is installed it opens the chat with the bot, otherwise, it opens the play store on the Viber page.
When I use ios devices it works fine when the app is installed, but will not open the app store if Viber is not installed (as shown in the attached image).
Does anyone have any suggestion how to make it open the app store on ios when the Viber app is not installed?