There is a waze:// url that open the waze standard app but I can't find a carpool deeplink to do the same.
Asked
Active
Viewed 463 times
1 Answers
2
All supported deeplink documentation for waze are in here
This documentation describes what features are supported by deeplink and waze sdk.
After playing with some link (within iPhone safari browser) which invoke the waze carpoll app install, i figure out two undocumented way.
- using
com.waze.rider://
- using
wazerider://
The first one is more robust and not likely to be changed in near future.
NB: Don't forget to add these into your info.plist
> LSApplicationQueriesSchemes
.

Ratul Sharker
- 7,484
- 4
- 35
- 44
-
Thanks but I've read this guide 2 times and did not found carpool content – Humberto Ribeiro Oct 23 '18 at 19:39
-
what exactly you mean by carpool content ? – Ratul Sharker Oct 23 '18 at 19:42
-
1If it's not in the documentation, then it's not probably supported. – David S. Oct 23 '18 at 19:55
-
It's about this app https://www.waze.com/carpool – Humberto Ribeiro Oct 23 '18 at 19:56
-
i know it's about this app, what i am asking that can you please describe the feature you wanted to achieve using deeplink ? @HumbertoS.Ribeiro – Ratul Sharker Oct 23 '18 at 20:04
-
just open the app – Humberto Ribeiro Oct 23 '18 at 20:08
-
hi @HumbertoS.Ribeiro i've updated the answer, please check. – Ratul Sharker Oct 23 '18 at 21:59
-
Awesome answer, thanks a lot! – Humberto Ribeiro Oct 24 '18 at 17:09