Handle deeplinks into your Ionic/Cordova apps from Universal Links, App Links, and Custom URL schemes. For those using Ionic 2, there are some nice goodies that make life easier.
I have ionic 6 and when I installed this plugin I noticed these 2 things:
After installation, the noticed that the config.xml file is not updated with the deeplinks plugin details like it used to before.
When I try to uninstall the plugin, I then get the following error message:
$ ionic cordova plugin rm ionic-plugin-deeplinks
> cordova plugin remove ionic-plugin-deeplinks
Variable(s) missing (use: --variable URL_SCHEME=value --variable DEEPLINK_HOST=value).
─────────────────────────────────────────────────
Ionic CLI update available: 6.18.1 → 6.18.2
Run npm i -g @ionic/cli to update
─────────────────────────────────────────────────
[ERROR] An error occurred while running subprocess cordova.
cordova plugin remove ionic-plugin-deeplinks exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
I have ionic 6 and when I installed this plugin I noticed these 2 things:
After installation, the noticed that the
config.xml
file is not updated with the deeplinks plugin details like it used to before.When I try to uninstall the plugin, I then get the following error message:
I install the plugin using this command:
My Ionic Info: