Getting started with Firebase Dynamic Links on iOS - Pt.1 (Firecasts)

  Рет қаралды 146,346

Firebase

Firebase

Күн бұрын

Пікірлер: 98
@burtonmiller
@burtonmiller 3 жыл бұрын
Dynamic links are an overcomplicate mess. But your video was EXCELLENT at explaining all then nuances. Bravo, my man!
@CedricSoubrie
@CedricSoubrie 3 жыл бұрын
Reinstalling et relaunching the iPhone did the trick for me. Thanks a lot for those "how to debug" tips 🙏
@Firebase
@Firebase 3 жыл бұрын
Great to hear!
@arnidexian5834
@arnidexian5834 3 жыл бұрын
really helpful and much more clear than firebase docs 👍🏻
@Firebase
@Firebase 3 жыл бұрын
Glad it helped!
@imrupom
@imrupom 3 жыл бұрын
Amazing! Short and Precise!
@Firebase
@Firebase 3 жыл бұрын
Glad you think so!
@mmazurovsky_r
@mmazurovsky_r 3 жыл бұрын
This video should be referenced in the firebase dynamic links section of the firebase website in a visible place. Was unable to make my dynamic link working until I saw the video
@nigelpstreet
@nigelpstreet 5 жыл бұрын
Really helpful and well presented vid. Appreciate how Todd just gets on with it.
@aikidrax
@aikidrax 2 жыл бұрын
Useful debug tip: Add ?mode=developer while debugging, force apple to fetch associated file more often, and from your device (instead of Apple CDN)
@AbabeelEntertainment
@AbabeelEntertainment 5 жыл бұрын
Omg, u remind me so much of Robin Williams, both amazing btw!
@МихаилМатяцко
@МихаилМатяцко 10 ай бұрын
Actually, best dynamic links guide. xD Who would expect?) But seriously, Thanks. I was struggling with setting this up for 3 days. Just could not understand why safari do not recognize my app.
@phuongnguyen-lr3cv
@phuongnguyen-lr3cv 2 жыл бұрын
Thanks, very clear and percise
@Firebase
@Firebase 2 жыл бұрын
We're delighted to hear that the tutorial was helpful, Phương 🙌
@lucye7320
@lucye7320 4 жыл бұрын
Awesome lesson, thanks Todd! On to the next!
@Frank_van_Puffelen
@Frank_van_Puffelen 4 жыл бұрын
Thanks Lucy. Hope you're doing well!
@AIMBOT_OFFICIAL
@AIMBOT_OFFICIAL 3 жыл бұрын
Really awesome ❤️
@Firebase
@Firebase 3 жыл бұрын
Thanks 🤗
@saadnaseem2018
@saadnaseem2018 2 жыл бұрын
Saved my precious time. thanks Sir
@rajlakshmipandey2026
@rajlakshmipandey2026 5 жыл бұрын
I am getting 'Invalid Dynamic link' everytime i click on the link recieved via email. How can I get rid of it. please help
@mrstudioguitar2808
@mrstudioguitar2808 3 жыл бұрын
This video is REALLY good
@ConcreteArchitect
@ConcreteArchitect 4 жыл бұрын
I changed the bundle ID by creating a new app and the dynamic link doesn't work for the new bundle Id in the latest iOS 13 on March 19, 2020. The fix was to delete the app, turn the device off, turn the device on, and reinstall the app to fix just like what Todd said. Thank you so much for the thorough video.
@Yトーマ
@Yトーマ 4 жыл бұрын
Thanks for this tutorial. While just after tapping my dynamic link via note app on my iPhone, safari shows "Invalid Link" but after cleaning up and rebuilding Xcode, and delete app from my iPhone and restart, it went well.
@skidoslearning
@skidoslearning 3 жыл бұрын
Thanks Todd!
@tapizquent
@tapizquent 4 жыл бұрын
HELP! I have tried setting this up but for some reason it always redirects me to Safari with Invalid Deep Link page. I have followed this exactly (even though some things in this video are outdated). The recommendations Todd made did not work, and holding link to "Open in App" is no longer possible in iOS. Anything else I need to setup for it to work in iOS?. PS. It does work fine in the simulator but not in a real device
@michaelcaulley1302
@michaelcaulley1302 4 жыл бұрын
If you uninstall the app and reinstall it does the same thing happen?
@오뎅킬러-y4h
@오뎅킬러-y4h 4 жыл бұрын
@@michaelcaulley1302 i did everything as todd said and dynamic link open Invalid Dynamic LInk (Requested URL must be a parsable and blah blah blah). i double checked all the configuration And removed the app, restart device, clean build folder reinstall the app and Still NOT WORKING!!. Really really frustrating situation here
@오뎅킬러-y4h
@오뎅킬러-y4h 4 жыл бұрын
everybody build by release mode thats the answer
@AlekKreimer
@AlekKreimer 4 жыл бұрын
Well, first of all use next code: DynamicLinks.performDiagnostics(completion: nil) to check errors in console (if any) I had error: Info.plist do not contain such scheme in CFBundleURLTypes key. So I've added URL type as in 6:55 and It's working!
@priyankasuryawanshi4789
@priyankasuryawanshi4789 5 жыл бұрын
you saved my lot of time.Thanks
@dexkode5558
@dexkode5558 3 жыл бұрын
very helpful , thank you
@carlosmoliveira
@carlosmoliveira 2 жыл бұрын
Best explanation so far. There isn't a way to test on a simulator?
@BINUKA
@BINUKA Жыл бұрын
google is shutting down the dynamic link service
@bartekpa
@bartekpa 4 жыл бұрын
I want that cool lid graphics too!
@FedericoMorenoCh
@FedericoMorenoCh 6 жыл бұрын
Could you make a video to implement it with IONIC (cordova), pls?
@Tristan-zr6gf
@Tristan-zr6gf 4 жыл бұрын
Really well done!! May I ask, how do you enable users to post a link on their personal profile of your app, in order for other users to click on it and get redirected to i.e. their linkedIn page or, insta... Help appreciated ⭐️🙏
@mobilemon5032
@mobilemon5032 5 жыл бұрын
Great video! How will it handle the Android case where Google Play is not installed? For instance, on Amazon devices. Is there support for redirecting to the Amazon app store?
@snehalmundada9081
@snehalmundada9081 3 жыл бұрын
Hi, i created dynamic link successfully and it's working fine, now I want to navigate to different screen of app by using dynamic links how can i do this?
@jaymondrichardson4873
@jaymondrichardson4873 3 жыл бұрын
I've been trying to figure this out for about 6 hours.. Please help!
@TylerMatthewHarris
@TylerMatthewHarris 6 ай бұрын
Freaking awesome
@kietskeeb
@kietskeeb 3 жыл бұрын
Is there an alternative in AWS?
@benjaminronns
@benjaminronns 5 жыл бұрын
Why not do a video for android also
@vladkolomiets7343
@vladkolomiets7343 4 жыл бұрын
Awesome guy!
@artofcode7
@artofcode7 3 жыл бұрын
How I can handle the long link to get utm params inside my a ios app?
@humbervalleysharksAA2010
@humbervalleysharksAA2010 4 жыл бұрын
Does it work with redirected links?
@nfhipona
@nfhipona 4 жыл бұрын
Does not work now on a terminated/killed app state, I was not able to get the data on the links. however, it is still launching the app. Tested on iOS 14
@paulpoyyayil
@paulpoyyayil Жыл бұрын
When i open my website, it shows 'App installed' and 'Open', but doesnt open the app automatically. Any idea why? Help appreciated.
@patheally
@patheally 3 жыл бұрын
Can you create dynamic values in your parameters? I send dynamic links in emails to users that contain dynamic values.
@filmylocks4950
@filmylocks4950 3 жыл бұрын
I have deep link url - that always opens Apple store even if app is installed by using safari browser Any Suggestions ? As per the video , I verified my configuration , all looks good. and long press is not Available in IOS 15. It works good with Google chrome.
@creatorkannan675
@creatorkannan675 3 жыл бұрын
Hi firebase team I want to know can I import and export bulk link to the firebase dynamic link
@mcaghouse
@mcaghouse 6 жыл бұрын
7:42 when ever i click on the link it open for me safari always asking for Open this page in "App Store"?. The app is already installed but the link is not opening the app. I followed the same steps.
@roger77622
@roger77622 6 жыл бұрын
I have the same problem...
@drinkitapp8121
@drinkitapp8121 5 жыл бұрын
I had the same problem. My device was in airplane mode. As soon as I connected it to WiFi it worked
@sohaibsdq4280
@sohaibsdq4280 5 жыл бұрын
remove the app, hard restart device, clean Xcode build folder and install again. it's worked.
@anthonywhitford5666
@anthonywhitford5666 4 жыл бұрын
@@sohaibsdq4280 This worked for me once, but now I'm stuck again as links keep going to Safari. 😩
@sohaibsdq4280
@sohaibsdq4280 4 жыл бұрын
@@anthonywhitford5666 again rpeat this process for one or two times.
@alexandrchubutkin662
@alexandrchubutkin662 5 жыл бұрын
How to get query parameters from dynamic link (not included deep link)?
@araqich-salesandsupplymana4952
@araqich-salesandsupplymana4952 4 жыл бұрын
Hello how to get back archived dynamic links?
@snehalmundada9081
@snehalmundada9081 3 жыл бұрын
Hi, I implemented dynamic links for ios and Android both when I click on link it navigates to Browser first and then redirect to app if it is installed otherwise it goes to play store or app store. Is there any way to hide browser redirection?
@eliasb3857
@eliasb3857 5 жыл бұрын
so if I don't have an apple developer account I cannot test or use dynamiclinks?
@jandrinux
@jandrinux 4 жыл бұрын
sorry but you must have an apple developer account, for work with dynamic links :(
@markusgattol
@markusgattol 6 жыл бұрын
So, say if I've a PWA that users use on desktop and mobile, then I don't need to concern myself with dynamic links at all right?
@abhishekanand7088
@abhishekanand7088 5 жыл бұрын
No u don't. This is usually for Native Apps
@emiliomaciel5479
@emiliomaciel5479 4 жыл бұрын
It does not work with flutter. Firebase analytics gets the deep link before you can get it. When you ask for a deep link, it is null
@JonasNolte
@JonasNolte 3 жыл бұрын
If you don't get it to work. Try go to to device Settings > Developer > Associated Domains Development must be checked true. I sometimes also add applinks.?mode=developer
@elherediaenc
@elherediaenc 6 жыл бұрын
This is a dumb question but, do I need an URL domain to use deep links? I'm creating a mobile app and I want to put links on my IG posts for customers to click on them and then redirect them to my app. Is that possible?
@SumitChandelatGoogle
@SumitChandelatGoogle 6 жыл бұрын
Yes, that is possible. You don't need to have your own domain to use Firebase Dynamic Links since Firebase will provide you with a .page.link domain which can be used to host the dynamic links. The deep link contained in the Dynamic Link itself could be your app package name, for example, rather than a URL to a web domain. Hope that helps!
@developerlzaz4824
@developerlzaz4824 5 жыл бұрын
Help : I need to redirect on testFlight, But it redirects to page of deeplink url
@madhurmohta8944
@madhurmohta8944 4 жыл бұрын
Same for me. Is it something related to Testflight only. If I push to store will it work ?
@rogerpinto4
@rogerpinto4 4 жыл бұрын
The app wasn't triggered, I've solve it uninstalling the app -> Turn off device -> Turn on -> Install again. So weird..
@nanshan5272
@nanshan5272 4 жыл бұрын
Nvm, just found out the app prefix is the team id, now everything works.
@petersuwara5432
@petersuwara5432 5 жыл бұрын
Doesn't work. The app isn't opened after selecting the link, it just comes up with a firebase 404 error in Safari.
@sohaibsdq4280
@sohaibsdq4280 5 жыл бұрын
remove the app, hard restart device, clean Xcode build folder and install again. it's worked.
@jeff77731
@jeff77731 6 жыл бұрын
I follow the steps in XCode 10 and iOS12, but when I click the link, it opened safari and show 400. What mistake did i make?
@adrianegea7395
@adrianegea7395 5 жыл бұрын
Same problem for me, any idea?
@adrianegea7395
@adrianegea7395 5 жыл бұрын
I have tested and for me is working in iOS 11 but it is not working in iOS12.
@sohaibsdq4280
@sohaibsdq4280 5 жыл бұрын
remove the app, hard restart device, clean Xcode build folder and install again. it's worked.
@etiennedaher
@etiennedaher 4 жыл бұрын
king
@onekplus
@onekplus 3 жыл бұрын
Seem not work on iOS14.
@SebitEğitim
@SebitEğitim 6 ай бұрын
Firebase Dynamic Links are deprecated. Now what?
@binhonglin4200
@binhonglin4200 4 жыл бұрын
Still doesn't work 2 years later.
@sonicCat
@sonicCat 6 жыл бұрын
These links are banned by Facebook. Guys, please do sth with that
@sonicCat
@sonicCat 6 жыл бұрын
Hm, I see this error: "Posts that look like spam according to our Community Guidelines are blocked on Facebook and can't be edited." if I post a link. I created an issue 116693455 on Sep 26 in the Android Issue Tracker. It's called "Firebase Dynamic Links are blocked on Facebook". There you can find more info. Thanks.
@sonicCat
@sonicCat 6 жыл бұрын
On stackoverflow dot com there is a discussion "Firebase Dynamic Links Considered as spam only on Facebook and Facebook is not showing the meta data Preview"
@sonicCat
@sonicCat 6 жыл бұрын
@@ToddKerpelmanCorp wrote some comments above, but forgot to mention
@cinquain0
@cinquain0 2 жыл бұрын
who the hell creates dynamic links using the Firebase console tho... How impractical
@anuragchaudhary5739
@anuragchaudhary5739 5 жыл бұрын
In my simulator , continue userActivity gets called but handleUniversalLink function to handle it is not callled on IOS 13 . Anyone else facing this weird issue?
@jandrinux
@jandrinux 4 жыл бұрын
I believe that only work in physics devices
@JayPerf
@JayPerf 4 жыл бұрын
When I select my iOS app in the section "Open the deep link in your iOS App", firebase does not prompt me for what to do if the app is not installed, and when I hit next, it forces me to choose "Open the deep link URL in a browser" - i have been stumped by this, please help - my team ID is set, applinks enabled, i cant figure it out
@rajlakshmipandey2026
@rajlakshmipandey2026 5 жыл бұрын
I am getting 'Invalid Dynamic link' everytime i click on the link recieved via email. How can I get rid of it. please help
@sohaibsdq4280
@sohaibsdq4280 5 жыл бұрын
remove the app, hard restart device, clean Xcode build folder and install again. it's worked.
@vladkolomiets7343
@vladkolomiets7343 4 жыл бұрын
@@sohaibsdq4280 Thanks
Getting started with Dynamic Links on iOS - Pt.2 (Firecasts)
10:17
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН
Жездуха 42-серия
29:26
Million Show
Рет қаралды 2,6 МЛН
Connect Firebase to Xcode: A Step-by-Step Tutorial | Firebase Bootcamp #1
21:07
Firebase - Ultimate Beginner's Guide
21:45
Fireship
Рет қаралды 1 МЛН
Why So Few People Live In Northern Florida
14:17
Geography By Geoff
Рет қаралды 1,8 МЛН
Flutter : Dynamic Linking with Firebase
23:13
Destiny Ed
Рет қаралды 20 М.
China announces retaliatory tariffs on US goods
5:29
Al Jazeera English
Рет қаралды 227 М.
Getting Started with Vapor 4 Lesson 1
14:42
CodeWithChris
Рет қаралды 31 М.
Universal Links | Swift 4, Xcode 10
21:41
Kilo Loco
Рет қаралды 64 М.
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН