is it possible to create an url where the user clicks on it and if the app is installed it will open and a value is also sent via this url?
like youtube url does. user share a video via url link. if someone clicks on it it opens the youtube app and load the video.
is something like this possible in b4x language? so for b4a and b4i?
i found that it is possible for b4a using <intent-filter>
I am attempting to get the Android application chooser to launch when a specific URL is clicked from within a registration e-mail. I have already looked at the below question and several others but...
Hi Could you share an example of a complete project because it gives me an error with #QueriesSchemes : whatsapp (Unsupported attribute: queriesschemes) and with Dim app As Application (Undeclared variable 'app' is used before any value has been assigned to it.) I wanted to know if I...
what will happen if one user is on ios and send the url to user that is on android?
is it possible to create a universal url that will work on both platform?
EDIT: so i will explain what i mean.
the link should be shared using whatsapp and clicking on it should open the app and read the string that is shared with the url (like a id).
what will happen if one user is on ios and send the url to user that is on android?
is it possible to create a universal url that will work on both platform?
EDIT: so i will explain what i mean.
the link should be shared using whatsapp and clicking on it should open the app and read the string that is shared with the url (like a id).
what will happen if one user is on ios and send the url to user that is on android?
is it possible to create a universal url that will work on both platform?
This document differentiates between Android Deep Links and Android App Links, explaining how to bring users directly into app content from various sources, including the new Dynamic App Links feature in Android 15.
he should have, after all he wants to share a link from his app with dynamic content such as a video. Otherwise he would have formulated his question differently.
Isn't that exactly what you want? Youtube creates a shared link e.g. shared.youtube.com?videoid=2839347394
Youtube has registered the URL scheme youtube.com in their app, now whenever someone opens a link with youtube.com, the youtube app opens and they then read the intent and load the video from their backend based on the videoid.