nordnet / cordova-universal-links-plugin

[DEPRECATED] - Cordova plugin to support Universal/Deep Links for iOS/Android.
https://github.com/nordnet/cordova-universal-links-plugin/issues/160
MIT License
349 stars 529 forks source link

Phonegap build dont see the config.xml #101

Closed maugrejanin closed 7 years ago

maugrejanin commented 7 years ago

Hi,

I put the UL tag in my config.xml :

<universal-links>    
    <host name="myapp.com" scheme="http" />  
</universal-links>

The local build for Android is always successful, and works fine, but when i make the phonegap build on the build.phonegap, i have no error and the plugin not works.

My cordova version is 6.5.0

Can you help me?

Thank you

nikDemyankov commented 7 years ago

Hi,

Currently plugin doesn't support PGB. You can check full discussion about that here.