EddyVerbruggen / Custom-URL-scheme

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

Steps during installation process and using it #310

Closed somixyz closed 9 months ago

somixyz commented 4 years ago

Hello,

I've been following complete step by step everything you write in README file, I got that plugin in project and folder structure http://prntscr.com/qc3c3l with LaunchMyApp.java and LaunchMyApp.js files, but cant cache you what to do next. I used PhoneGap to install this plugin automatically via CLI, so according to your explanation in README file, I should skip everything with Manually installations, and I did it. Didn't touch my config file. But what should I do next? How and where I should specify my URLs paths for accessing my application through links?

Thanks

dadamschi commented 4 years ago

Same issue. The install seems to do the bare CLI minimum and not touch any files other than package.json.