Search code examples
iosdeeplinkwaze

How to open waze carpool app from swift code?


There is a waze:// url that open the waze standard app but I can't find a carpool deeplink to do the same.


Solution

    1. All supported deeplink documentation for waze are in here

    2. 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.

    1. using com.waze.rider://
    2. 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.