B4A Question App Deeplinks - Powie    Jun 27, 2014 Google now supports App Deeplinking from Google search. How can we handle this with b4a?
https://developers.google.com/app-indexing/webmasters/server... B4A Question B4X - Deferred dynamic links - Firebase vs Deeplink - JackKirk    Nov 11, 2017 Firebase Dynamic Links: https://firebase.google.com/docs/dynamic-links/ and the Deeplink product: https://portal.deeplink.me/documentation Firebase is "free" but requires... be any equivalent effort on the B4i side and it is beyond my capabilities. Deeplink is not free.... ---------------------------------------------------------- So it looks like Deeplink might be the way to... B4i Question Deeplink / Applink - Blueforcer    Dec 14, 2022 Currently i try to adapt my App from Andorid to iOS.
For my app its important to get the deeplinking working wich should open my app and extract the data from the link
e.g https://shorten.blueforcer...:
- Does anyone adds deeplink to his B4I app and got it working?
- How i can extract the url in my... B4A Question Deeplink opens b4a app inside anothother App - Blueforcer    Nov 14, 2022 if created a deeplink to open my app by URL
AddActivityText("main",
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT"></category>
<category android:name="android.intent.category.BROWSABLE"></category... B4A Tutorial Firebase Invites/ DynamicLink/ DeepLink [relationship between] - fredo    Sep 15, 2017   (6 reactions)   tags: Firebase Firebase has several extremely useful free server-based features for developers of mobile apps. The free "Spark Plan" is suitable for small business applications. Firebase gathers almost all backend functionality that you need for your mobile or web app in one place and manages everything for you. You don't need to connect your app with Google Analytics, AdMob, a real-time databas... B4i Question Any documentation for iOS deeplinking? - tufanv    Dec 27, 2020 Hello,
Sometime ago I have asked about deeplinks but there were no solutions, is it still not possible to generate deeplinks for our apps ? If not, is there a tutorial or documentation to follow to create an alternative way without a library?
Thanks... B4A Tutorial Using App Deeplinking in your app (based on json Config file) - DonManfred    Oct 16, 2015   (16 reactions) In this tutorial i will show a way of using MobileDeepLinking in your app.
To use App deeplinking...
</intent-filter>
</activity>) to it.
mydeep in this case is the deeplinking scheme... B4A Question How to execute/call/run a deeplink ? - lkching7    Mar 18, 2021 I found some post regarding how to make our app support deeplink.
But cannot found how to execute/call/run another app deeplink ?
For Example, My Supplier send me an app where support deeplink... I execute/call/Run the deeplink ?
Thank You Very Much.... B4A Question Deeplinking problem - aeric (first post)    Aug 31, 2021 https://www.b4x.com/android/forum/threads/how-to-execute-call-run-a-deeplink.128769/... B4A Question How can I simply bring my app to the foreground from a link in a webpage without specifying a specific activty? - JohnC    May 6, 2023 I want to sort of do deeplinking, but I don't want the link in a webpage to open a specific activity in my app - I just want the link to either: Start my app if it wasn't already started, or Simply bring my app to the foreground regardless of what activity was being displayed before the app was paused. But it seems all deeplink examples require the intent filter to specify a particular activity, and that activity will be displayed when the link is clicked regardless of the state... Page: 1   2   3   4   |