hypery2k / cordova-urlhandler-plugin

Launch your app by a Custom URL scheme like mycoolapp://
9 stars 5 forks source link

Error with PGB cli 6.3: "missing: URL_SCHEME" #7

Closed yarontt closed 7 years ago

yarontt commented 7 years ago

Hi,

I'm using Phonegap Build with cli 6.3 for Android and iOS platforms. I've added the plugin to config.xml:

  <plugin name="cordova-plugin-urlhandler" spec="0.7.2" source="npm" >
    <param name="URL_SCHEME" value="zooz" />
  </plugin>

I get an error: "missing: URL_SCHEME" and at the top of the PGB page there's a message "App or plugin contains illegal (or orphaned) symlink".

any ideas?

hypery2k commented 7 years ago

Sorry to say but this plugin is not intented to work with PCB

yarontt commented 7 years ago

Why not make it work with it? Is it that much work?

hypery2k commented 7 years ago

I don't have any experience with phone gap build and no time to support.

But an PR to this is welcome.