Nomatch when deeplinking

Hi guys I’m trying to get universal links working properly in Ionic 1. I was able to get deeplinks working fine in Android but am having a lot of trouble with iOS. I setup the app site association on our website:

and created the entitlements in Xcode. The trouble is when I click on a link in safari, it gives me a nomatch every time, regardless of which pattern I use in the cordovaDeeplinks.route().subscribe() function. I’ve tried matching against “/” against “/app” and against a bunch of other things.

I can’t figure out what is being matched against and why it hits nomatch every time. Any help is really appreciate. Thanks