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

load apple-app-site-association #84

Closed scutzxb closed 5 years ago

scutzxb commented 8 years ago

As i can see the from the http requests by Fiddler debugger, my app didn't send any request to load the apple-app-site-association file. Anything wrong?

My config.xml is below:

<widget id="com.myapp" version="1.0" versionCode="1">

<univeral-links> <ios-team-id vlalue="9G4RX4C32N" /> <host name="myappsite.com" scheme="https"> <path url="*"/> <path url="/"/> </host> </univeral-links> </widget>

nikDemyankov commented 8 years ago

I think it's a Safari who loads it, not the app. App is just registered to handle the links of certain type.

Also, I think you have a typo in <ios-team-id vlalue="9G4RX4C32N" />. Should be value, not vlalue. Don't know if it's in your actual config.xml or not, though.

Instead of

<host name="myappsite.com" scheme="https"> 
  <path url="*"/>
  <path url="/"/>
</host>

Try to use:

<host name="myappsite.com" scheme="https" /> 

Anyway, troubleshooting for UL is:

After that - send a link like https://myappsite.com/some/path on email and click on it from your phone. It should open in the app.

nordnet-deprecation-bot commented 5 years ago

👋 Hi! Thank you for your interest in this repo.

đŸ˜ĸ We are not using nordnet/cordova-universal-links-plugin anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.

🔒 This will now be closed & locked.

ℹī¸ Please see #160 for more information.