Questions tagged [dynamic-links]

67 questions
0
votes
0 answers

Flutter Dynamic Links (Uni_links) work on Android but not iOS

I am using the uni_links package for deep linking. What I want to do is to open the site from the mobile application or browser when the users whose link is sent click on the link. Android worked but not ios. Can you explain in detail what I should…
0
votes
2 answers

Invalid Dynamic Link on accessing https://app.page.link (no query params)

Here is my Firebase Dynamic Links page: On running this command: npx uri-scheme open "https://app.page.link" --android - notice there is no query params in the link, a web page is opened on Android as expected, but with the following content: It…
spatak
  • 1,039
  • 1
  • 14
  • 25
0
votes
1 answer

Firebase dynamic links adding trailing slash before query params

I've set up a dynamic link in the web console, https://mysite.example.com/foo/bar It deep links to https://mysite.example.com?campaign=123 At least, that's what it shows it deep linking to in the console. In practice it's actually deep linking me to…
Nathan
  • 73,987
  • 14
  • 40
  • 69
0
votes
1 answer

Firebase Dynamic Link not opening app when access from Instagram

Firebase dynamic link is not opening the app when the link is clicked from the Instagram, it opens PlayStore while if I access the same link with WhatsApp, Chrome, or message app it opens the app and navigates to a specific location where I…
0
votes
1 answer

How to create button with dynamic links (that automatically updates with the last blog post link in a category) in Wordpress

As title says I am trying to have a button on my home page that automatically updates the link with the link of the last blog post in a certain category
0
votes
1 answer

Unknown error when IFNA function contains two LINK functions

TLDR: Unknown error appears if you have a formula constructed like this: IFNA(Link1;Link2) However, below example works which is basically the same thing, A1: Link1 A2: IFNA(A1;Link2) Edit: Formula in URLTEXT when IFNA function contains two LINK…
Gobban
  • 7
  • 3
0
votes
1 answer

React native firebase dynamic links not working after adding efr=1

Hello i am using dynamic links and these are working as expected what the problem is it is showing me a preview page in ios and i don't want to show a preview page that's why i am adding a efr=1 as in the link but i am getting an error in the…
0
votes
1 answer

FirebaseDynamicLink: long link working but short link not

I am building an app that has invite links. Links are working in Android app but in iOS, long link working but short link not. here's my code in appdelegate to handle dynamic link func handleDynamicLink(_ dynamicLink: DynamicLink?) -> Bool { …
0
votes
4 answers

Nuxt generate and firebase gives timer warning

I'm dynamically generating routes in Nuxt.js based on a collection in firestore. Everything generates fine but then it gives this warning. ╭──────────────────────────────────────────────────────────────────────────────────────╮ │ …
SRR
  • 1,608
  • 1
  • 21
  • 51
0
votes
1 answer

How to find out what parameters a dynamic link can take?

For links like the one below, where I can add multiple parameters with the "&" operator, is there a way to find out all possible arguments for a link like this? https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=EMAIL@EMAIL.COM I'm looking…
nok swift
  • 1
  • 1
0
votes
1 answer

How to go directly to the App Store by clicking on the dynamic link when the user has not installed the application?

Currently, Dynamic Link is used normally in the React-native app. However, the Dynamic Link is not redirected to the app-store when the user has not installed the app. createShortDynamicLink(contentKey, title, subtitle, youTubeVideoId) { const…
0
votes
1 answer

jQuery -> XML -> Array - dynamically created buttons and links

Is or is not simple, but need your help with this: I need to dynamically create buttons and links in jQuery. Data loaded from XML is put in an array and now: You might click on one of the buttons "category" "users" etc... it launches a function…
0
votes
1 answer

Firebase Dynamic Links Marketing Campaign dynamic_link_first_open filter event by parameter

I have created two Firebase Dynamic Links which has utm_source=twitter and utm_source=facebook. After clicked the dynamic links, I able to see the dynamic_link_first_open events being logged, but the predefined audiences (dynamic_link_first_open…
0
votes
1 answer

Dynamic footer links in wordpress

When everything else fails, I turn to stackoverflow. I have two websites that I am in the process of creating a theme for. In the footer section of each website I include two links: one to the privacy page and the other to the terms page. On the…
Fabian Amran
  • 833
  • 6
  • 11
0
votes
1 answer

Get post ID of current logged in user and add a link to the menu

I am using a plugin called wp job manager, which creates "jobs" as wordpress posts. I am limiting the number of jobs a user can have to one and would like to add a direct link to their job in the navigation menu. I would also like to add a edit…
Itamar
  • 151
  • 3
  • 15