Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will deep link offer a universal link for web app? #15

Open
JTL1992 opened this issue Jan 9, 2017 · 5 comments
Open

Will deep link offer a universal link for web app? #15

JTL1992 opened this issue Jan 9, 2017 · 5 comments

Comments

@JTL1992
Copy link

JTL1992 commented Jan 9, 2017

we are working with a web app about service of taxi, can you offer a deep link for web app?

@edkim
Copy link

edkim commented Jul 25, 2017

We've been unable to get the Android deep link to work on our web app (running on device). It always opens a browser and asks for a signup. The iOS deep link works just fine though.

@JTL1992
Copy link
Author

JTL1992 commented Jul 25, 2017

@edkim I think that there is a solution for it, as the deeplink for IOS, use schema: car2go, host vehicle in intent-filter
`

            <action android:name="android.intent.action.VIEW" />
            <category android:name="android.intent.category.DEFAULT" />
            <category android:name="android.intent.category.BROWSABLE" />
            <data
                android:scheme="car2go"
                android:host="vehicle"
                android:path="/"/>

`

@edkim
Copy link

edkim commented Jul 26, 2017

@JTL1992 The code you posted looks like it's for a native android app. I have an HTML5 web application that I want to add Car2Go deep links to. The deep link works great using the instructions for iOS (as long as the Car2Go app is installed), but no luck with getting it to work on Android.

@rompic
Copy link

rompic commented Aug 3, 2017

I know that there have been some changes in chrome >=25
maybe this helps
https://developer.chrome.com/multidevice/android/intents

@ericjames
Copy link

Apple has officially deprecated the iOS custom URI scheme so car2go: no longer works. Please add an apple-app-association file to your regular https:// endpoint so we can all be on the same page here.
https://developer.apple.com/library/content/documentation/General/Conceptual/AppSearch/UniversalLinks.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants