1,324 questions
7 votes
1 answer
1k views
iOS Deep linking: open app after installing from app store [closed]
I am trying to implement a feature like in this question Android Deep linking: Use the same link for the app and the play store but for iOS app. Currently, my app uses UniversalLink(example: https://...
0 votes
1 answer
60 views
Is there a remote, administrative way to force mobile Firebase Email Sign In links to use a custom domain?
My React Native app (Android and iOS) uses Firebase Email Sign In links for authentication. The app is configured to handle links that begin with a Custom Domain, which is registered and hosted by ...
2 votes
2 answers
2k views
Firebase dynamic link request contains an invalid argument [closed]
Am trying to build a dynamic url, using Firebase dynamic links but i get a exception. private void sendNativeInvites(){ String email = UserUtils.getCurrentUser(this).getEmail(); ...
1 vote
0 answers
47 views
React Native Dynamic Link being added to sendSignInLinkToEmail even with different url/linkDomain passed in actionCodeSettings
I have been using sendSignInLinkToEmail for Firebase Authentication to send link to login to email. Recently Dynamic Link URLs got deprecated. Hence I have switched to PROJECT_NAME.firbaseapp.com for ...
13 votes
2 answers
15k views
How get extra parameter from dynamic link using Firebase?
I have created dynamic link manually and I set some additional parameters on the link, like this: https://XXXXX.goo.gl/?link=https%3A%2F%2Fairbanq.send.com%2Fsendmoney&apn=com.xxxx.xxxx&amv=1&...
0 votes
1 answer
116 views
How to pass deeplink data from App Store to app after install without clipboard paste prompt (iOS)?
We have a use case where we need to pass deeplink data from the App Store → into the flutter app after installation. Our current approach is When the user opens a deeplink webpage, we copy the ...
1 vote
0 answers
197 views
AppsFlyer Deferred Deep Link Give me old Deeplink on Reinstall through UDL
I am testing the deferred deep linking feature of AppsFlyer, but I'm unable to get a new deep link to attribute correctly after a re-installation. The SDK seems to be caching the data from the initial ...
6 votes
1 answer
4k views
Firebase Dynamic Links is deprecated and should not be used in new projects. Flutter alternative
I use dynamic links together with firebae auth email link. My app Flutter uses Passwordless Email Sign. I made the change in my project to use deeplink from my domain url. I made the adjustments to ...
0 votes
1 answer
455 views
DynamicLink url truncated on SMS
We are currently testing with a Samsung device. As shown in the attached photo below, DynamickLink's address is not recognized. Is there a workaround?
0 votes
0 answers
49 views
Android App links - How to stay on my website
I have a website and a mobile app and I have configure two type of page to re-direct to my app instead of my website. For example : Home (not redirect) List (redirect) Item (redirect) Account (not ...
1 vote
0 answers
66 views
Issue with Firebase Dynamic Links: users are not redirected to the App Store if the app isn't installed
I’m using Firebase Dynamic Links but encountering an issue where it doesn’t redirect to the App Store when the app is not installed. I’ve correctly set up the AASA file on the custom domain app.okuru....
1 vote
0 answers
108 views
Firebase Email Link Migration to linkDomain solution
I use Firebase Authentication with email links (passwordless link, password reset, email verification) and a custom Firebase Dynamic Links domain set for dynamic links. According to Firebase ...
5 votes
0 answers
459 views
Web app with Deeplink shows error in Chrome latest version (v128.0.6613.98) in iOS
I have a web app with deeplink to an iOS app using Dynamic links. This was working perfectly before but now with the latest version of Google Chrome browser (v128.0.6613.98) in iPhones, it is throwing ...
0 votes
0 answers
288 views
Why doesn't my universal link open my iOS app?
I am trying to use universal links with Firebase. My end goal for now is to have a universal link open up the already installed app. Here's what I have already done, and I do not know what I'm doing ...
10 votes
3 answers
17k views
React-native : Implementing Reward Referral (Invite and Earn)
I have to implement Invite and Earn functionality in my Android application. What I have to do is : User can share the link to anyone on social media, On receiving the link, another user can click ...