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 526 forks source link

Incompatibility with Cordova 7.0 due to plugman being removed in cordova #116

Closed ben-8409 closed 7 years ago

ben-8409 commented 7 years ago

The plugin access a file in the plugman/platforms/ios directory, which is not present on cordova 7.

In the ionic-plugin-deeplinks, i found a fix by a user which seems to work for me. See https://github.com/driftyco/ionic-plugin-deeplinks/issues/99#issuecomment-302125707

ben-8409 commented 7 years ago

Sorry for the duplicate of #110