Hello everyone,
I’m trying to use a deep link to open a Waze app installed on an iPhone. However, everytime I run a deep link, it always opens on the browser even though I have the app installed.
I tried usingwaze://ul?ll=$LatLng&navigate=yesto open to app directly. However, this did not execute any of the parameters I used on the deep link
This is the deep link I use:'https://www.waze.com/ul?ll=$LatLng&navigate=yes';Any help is appreciated!
Thanks!!