3

On iOS, I can't make Waze navigation works when I launch the app from my app. It seems Waze Deep Links is broken. Am I the only one to have this bug? How Uber works for drivers if they don't use Deep Links?

Here is what I tried, even if I run the URL in my Safari mobile browser, Waze opened but nothing happened then (and I have Waze installed!):

waze://ul?ll=45.6906304,-120.810983&navigate=yes

I found a relative question here, but the problem was on Android and mine is on iOS. It should work.

Martin R
  • 529,903
  • 94
  • 1,240
  • 1,382
cusmar
  • 1,903
  • 1
  • 20
  • 39
  • The deep links page now says not to even use `waze:`, but instead `https://waze.com/ul`, even for app to app linking. The docs are wrong, however. The `https` scheme doesn't work on iOS. You have to use `waze://q=`, etc. – Edward Brey May 15 '19 at 17:52

2 Answers2

11

I fixed the problem here by removing ul from the URL.

So, this link is working:

waze://?ll=45.6906304,-120.810983&navigate=yes

cusmar
  • 1,903
  • 1
  • 20
  • 39
-1

Another example that works: waze://?favorite=home&navigate=yes

Samuel Liew
  • 76,741
  • 107
  • 159
  • 260
Tsudo
  • 11
  • 1