EddyVerbruggen / Custom-URL-scheme

:link: Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://
1.03k stars 367 forks source link

Failed to restore plugin "cordova-plugin-customurlscheme" #340

Open badbytes1 opened 2 years ago

badbytes1 commented 2 years ago

Hello, I 'm trying to install and use package "Custom-Url-Scheme" with cordova 9.0.0 And when i try to add it with :

cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=mycoolapp

or

cordova plugin add https://github.com/EddyVerbruggen/Custom-URL-scheme.git --variable URL_SCHEME=mycoolapp

I get this error: Failed to fetch plugin https://github.com/EddyVerbruggen/Custom-URL-scheme.git via registry.

webb24h commented 1 year ago

Same here as of January 2023. Did you fix the problem?