ionic-team / ionic-plugin-deeplinks

Handle deeplinks into your Ionic/Cordova apps from Universal Links, App Links, and Custom URL schemes. For those using Ionic 2, there are some nice goodies that make life easier.
Other
332 stars 220 forks source link

Android - Deeplinks plugin not working when Project migrated from cordova to capacitor #262

Open keerthivuggu opened 2 years ago

keerthivuggu commented 2 years ago

Hello, We have recently migrated our project from cordova to capacitor from then Deeplinks functionality stopped working.The issue is mainly with Android platform. Deeplink not redirected to app, on clicking a link, the match and no match functions are never called, I'm not getting any toasters, does not navigate.

update android [warn] Configuration required for ionic-plugin-deeplinks.

   Add the following to AndroidManifest.xml:
   <intent-filter>
   <action android:name="android.intent.action.VIEW"/>
   <category android:name="android.intent.category.DEFAULT"/>
   <category android:name="android.intent.category.BROWSABLE"/>
   <data android:scheme="$URL_SCHEME"/>
   </intent-filter>

[warn] Configuration required for ionic-plugin-deeplinks. Add the following to AndroidManifest.xml:

Appreciate your help

ipehimanshu commented 1 year ago

Hello all

does anyone help us to fix this type case ?

we also received same type warning so please help

Thank you