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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Universal Link opens App but does not trigger Callback

felix-ulonska opened this issue · comments

I have configured a universal link in my iOS App.

    this.deeplinks.route({}).subscribe((match: DeeplinkMatch) => console.log(match), (nomatch) => console.log(nomatch))

The apple-app-site-association is placed on the website and is working.
When I run xcrun simctl openurl booted "https://mylink.com" The app opens but the callback is not triggerd

I am using ios 5.1.1
It looks similiar to #176

Additional info


Ionic:

   Ionic CLI                     : 6.12.0 (/usr/local/lib/node_modules/@ionic/cli)
   Ionic Framework               : @ionic/angular 4.11.13
   @angular-devkit/build-angular : 0.801.3
   @angular-devkit/schematics    : 9.1.12
   @angular/cli                  : 9.1.12
   @ionic/angular-toolkit        : 2.3.3

Cordova:

   Cordova CLI       : 10.0.0
   Cordova Platforms : ios 6.1.1
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 25 other plugins)

Utility:

   cordova-res : not installed
   native-run  : 1.2.2

System:

   ios-deploy : 1.11.2
   ios-sim    : 8.0.2
   NodeJS     : v14.14.0 (/usr/local/Cellar/node/14.14.0/bin/node)
   npm        : 6.14.8
   OS         : macOS Catalina
   Xcode      : Xcode 12.0.1 Build version 12A7300