Deeplink To Open App

What’s the easiest way to implement a “deeplink” to just open the app when installed using cordova?

Do we need a plugin?

Can we edit the CFBundleURLSchemes using VoltBuilder?

Or is there a way to implement Universal Links using voltbuilder?

We don’t have a guide (but we’ll look into writing one!) - I would suggest starting with this plugin: cordova-plugin-deeplinks - npm

If that isn’t working, it’s absolutely possible using a combination of edit-config blocks in your config.xml - just not as easy.

Let me know if the plugin works for you. If not we can start looking into other options.

This plugin has worked! Along with excessive amounts of messing about with the deep linking setup for both Android and iOS - although the guide for the plugin is a little outdated in some parts, as iOS does now have some built in deep linking testing tools in the developer settings on the device.