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

Does this plugin's deep link survive on app installation process? #97

Closed skyprimer closed 5 years ago

skyprimer commented 7 years ago

I've installed the plugin without any problem. I can redirect user to any page on app. My question is if it is possible to get the variables after app installation process from itunes somehow.. I know firebase can do that i wonder if this plugin can?

nikDemyankov commented 7 years ago

Can you, please, give a small example on how you want the plugin to behave and in what situation? Don't really understand the question...

skyprimer commented 7 years ago

Let me tell what firebase does. When you click the universal link and if the app is not installed it takes you to itunes page by your app-id. When the installation process is finished and opened the app the link variable was there to fetch..

I think they are getting fingerprint somehow and then matching it later i dont know i was wondering the process.. This video explains what i mean (first 30 seconds) https://www.youtube.com/watch?v=sFPo296OQqk&t=27s

evyatar commented 7 years ago

Look for "deferred deep linking"

nikDemyankov commented 7 years ago

Thanks for explanation. No, I don't think plugin does that. When user clicks on a link in the browser and app is launched - it receives a special event with link information. But if you are navigated to the Store (App Store or Google Play), install the app and then launch it from there or later on from the apps list - it should start as usual without any events. So you don't get an original link. But anyways, if user has installed your app - that's a win anyways :)

amovsesy commented 7 years ago

@skyprimer take a look at https://branch.io/. We use them to do what you want.

adityasaxena commented 7 years ago

@amovsesy Hi there! would it be possible for you to give me a little guidance on how to use branch.io effectively? I'm having a tough time integrating deeplinks on my test distributions on iOS

amovsesy commented 7 years ago

@adityasaxena take a look at https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking. The way we do it is to create links that map to places within our app. Then based on the params we route to the correct place.

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.