GithubHelp home page GithubHelp logo

Comments (2)

nikDemyankov avatar nikDemyankov commented on July 29, 2024

That's strange. Is this Android only issue, or similar problem with iOS?

Try to run:

cordova clean
cordova prepare
cordova build

Sometimes that helps. If not, then you'll have to debug plugin hooks.

Intent-filters are added to the Manifest on the after_prepare stage. This is done by the plugins hook, which is: <YOUR_PROJECT_ROOT>/plugins/cordova-universal-links-plugin/hooks/afterPrepareHook.js. He checks, if there are any preferences set, and then executes <YOUR_PROJECT_ROOT>/plugins/cordova-universal-links-plugin/hooks/lib/android/manifestWriter.js. Try to debug them and see, why nothing is added.

But if it runs fine on a clean project, then the reason, probably, is one of the following:

  1. Plugin is not actually added to the project. Maybe some cordova issue.
  2. Plugin does his job with the manifest, but it get's rewritten by some other plugin.
  3. Plugin can't find Manifest file.
  4. Plugin bug :) But for that you'll have to do some digging in the hooks I described, or give me the way to reproduce this.

from cordova-universal-links-plugin.

ericman93 avatar ericman93 commented on July 29, 2024

The problem was that my confiig file was not found.
Mine was inside the www folder and not in the root

from cordova-universal-links-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.