Hello, I recently learned that the ionic-plugin-deeplinks cordova plugin was recently deprecated. This is unfortunate because I have already begun using it in a new feature I am building. I started this work before the plugin was deprecated and am revisiting it now. I guess I have three main questions about this:
Note: I am trying to do this on a cordova application, not a capacitor application
-
Is it still safe to use this plugin in production?
-
Are there any alternatives to this plugin that are relatively light weight?
-
Is there a reason this plugin was deprecated that I should know about, considering I am looking at implementing deep-linking in my cordova app?
I think BranchMetrics is mentioned as an alternative on the github page but that seems to be a whole heavy weight integration that includes a ton of features I don’t need.