i am creating a plugin which needs deferred deeplinking and have no idea how to do this.
I found this link to save link in website cookie but i think iOS 11 does not allow
i am not sure if this will work or not
please explain if anyone have done this before
Related
Seems a few people had the issues too, but didn't figure a solution yet. For example I am having exactly the same this one.
Also according to this a reliable way to test if the universal link set up properly or not is to test the link in the notes app, which works for me. (Also works if I send the message with the link to myself.) However I can't open the app directly in most chat apps (eg. slack, discord) nor safari. On the other hand they works with the preview page on.
Anyone had a fix / workaround? Or that's just how it is (saw this might be issues with app trying to open the link in there build in browser and prevent redirecting somehow ?)
Any help or suggestion will be highly appreciated. Thank you in advance.
I had the same issue, enabling both universal links and custom url schemes for my dynamic link solved the issue.
Dynamic Links -> Edit Link -> Define link behavior for iOS
This is the setup:
I'm using Branch SDK for creating deep links and sharing them. If the app is installed, the link should've open it. But the link is always redirecting to app store except for the first link. The first link opens the app perfectly but any new links always redirect to the app store even though the app is installed.
I followed all the steps from documentation, https://docs.branch.io/pages/apps/ios/
but still no luck. Can you please help me find the problem?
Jackie from Branch here:
Here's our iOS integration guide you're looking for. We have code samples both in Swift and Objective C: https://docs.branch.io/pages/apps/ios/
If you continue to experience issues after you have gone through the troubleshoot docs(https://docs.branch.io/pages/apps/ios/#troubleshoot-issues), could you please reach out to us at integrations#branch.io with the following details?
Your Branch app ID
Detailed steps to reproduce
Links where the issue can be seen
Thanks!
Is there a way i can configure branch link not to open ios app even if it installed on the device and redirect to my website. Keep in mind this is only for some cases where i dont want to open the app
Thanks
Alex from Branch.io here: yes, this is possible! Just set the $web_only control parameter to true when creating the link in question.
Full documentation here.
My web application is making use of iFrame to launch a App using custom URL scheme.
With the latest release iOS 9 this has stopped working.
On going through articles online, I have some understanding now that Universal Links are way to go about it or else we can use below hack/code to still launch the app(this results in a alert message asking user to Open/Cancel the call, which doesn't look nice).
window.location = app://
Wanted to check with experienced people here, if there is any other possible way to resolve this as I am reluctant to change the app to support Universal Links for now.
this is my first time creating a iOS application. I m required to share my iOS app url schemes to Facebook. allowing user to click on the link and open my application.
I have tried Facebook link to your native app tutorial and i seem to miss some step. Is there other tutorial on facebook deep linking or example. Thanks you
You should check out the Turnpike open source framework. It makes it easy to implement deeplinking in your iOS app.
http://urxtech.github.io/
If you have any questions, feel free to reach out.
john # urx
just follow the steps on https://developers.facebook.com/docs/applinks/ios.
you will find https://developers.facebook.com/docs/applinks/add-to-content in that page
Read carefully.