{"id":6432,"date":"2020-12-03T19:27:20","date_gmt":"2020-12-03T13:57:20","guid":{"rendered":"https:\/\/www.innovationm.com\/blog\/?p=6432"},"modified":"2020-12-03T19:27:20","modified_gmt":"2020-12-03T13:57:20","slug":"dynamiclink","status":"publish","type":"post","link":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/","title":{"rendered":"DynamicLink"},"content":{"rendered":"<p><strong>Ques: Why we use the Dynamic link?<\/strong><\/p>\n<p><span style=\"font-weight: 400;\"><strong>Ans:<\/strong> We use Firebase Dynamic links instead of Deep Link Because there is a limitation in the deep link that is when we click on an url &amp; if we have not installed that app then the link is not working, in other words, it is only working when we already installed that App.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For Example: if someone shares an Instagram post on Facebook, then if I click on that post my Instagram App will be open.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Nowadays, everyone wants that our app contains Smart Url\u2019s feature.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Note: Firebase Dynamic Links require ios 8 or newer.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Through Firebase dynamic link we create a Dynamic Link and redirect the users on specific Screen.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Scenarios:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">If the app is already installed then it directly opens the specific content in our mobile App<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">If the app is not installed then it will redirect to Play Store or App Store<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">If we open that link in computer or Laptop then it will redirect to App website which we have already mention when we create that link.<\/span><\/li>\n<\/ol>\n<p><strong>Ques: How to use Dynamic Link?<\/strong><\/p>\n<p><span style=\"font-weight: 400;\"><strong>Ans:<\/strong> Dynamic Link contains two parts first is Prefix and second is the suffix.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Firstly, we have to create our Prefix.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">So, open your Firebase console ( Firstly make sure that Firebase is add on your ios Project ) and select your project and move to Dynamic Link Section.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">After clicking on Dynamic Link, select Get Started button where you can write the Domain name of the prefix ( your prefix must be unique and relevant to your App ) and then click Finish.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Now, in the dynamic Link Dashboard, you can see the prefix of your deep link at the top left.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">To confirm, our Prefix is created Fine, we use apple-app -site-association<\/span><span style=\"font-weight: 400;\">\u00a0 \u00a0<\/span><\/p>\n<pre class=\"lang:default decode:true \">\u00a0Like this: \u201c https:\/\/yourprefix.page.link\/apple-app-site-association\u201d<\/pre>\n<p><span style=\"font-weight: 400;\">If your App is connected with apple-app-site-association then it will show the reference to your application app-store id and your app Bundle id.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Like this:\u00a0<\/span><\/p>\n<pre class=\"lang:default decode:true \">{\"applinks\":{\"apps\":[],\"details\":[{\"appID\":\"1222227899.com.example.com\",\"paths\":[\"\/*\"]}]}}<\/pre>\n<p><span style=\"font-weight: 400;\">Now, its time to create suffix after created the prefix to complete the dynamic link process.<\/span><\/p>\n<p><strong>We can generate a dynamic link in 2 ways:-<\/strong><\/p>\n<p><span style=\"font-weight: 400;\"><strong>1. <\/strong>Manually<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>2.<\/strong> Programmatically<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Now, we focus on Manually, we can also check the no. of clicks on particular Dynamic Link.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Therefore, click on New Dynamic Link and it will redirect to the setUp Page.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>In the first step:<\/strong> Customize your short link URL to make it more professional.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>In the second step:<\/strong> Enter deep link URL and dynamic link Name.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>In the third step<\/strong>: It gives us two options:<\/span><\/p>\n<ol>\n<li><span style=\"font-weight: 400;\">Open the deep link URL in the browser and<\/span><\/li>\n<li><span style=\"font-weight: 400;\">open the deep link in your ios App (now chose 2nd option and enter your app bundle id)<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\"><strong>In the fourth step:<\/strong> We select the same options as ios for Android.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>In the fifth step:<\/strong> We will configure campaign tracking and social tags Like if the app is not installed then it will first redirect to static web Page( it totally depends on you ).<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Now click create and open your Dynamic Link Dashboard with a new Dynamic Link Created.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Now add the FireBase dynamic Link Pod in your ios Project.<\/span><span style=\"font-weight: 400;\">\u00a0<\/span><\/p>\n<pre class=\"lang:default decode:true \">Like: pod 'Firebase\/DynamicLinks'<\/pre>\n<p><span style=\"font-weight: 400;\"><strong>Note:<\/strong> Make sure that you mark associated domain in Apple developer account under your App\u2019s identifier and save it.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0After that go to signing and capabilities in your ios project and add capability associated domains.<\/span><span style=\"font-weight: 400;\">\u00a0 \u00a0 \u00a0 \u00a0<\/span><\/p>\n<pre class=\"lang:default decode:true \">\u00a0Now , add Domain Like:= applinks:appnamee.page.link<\/pre>\n<pre class=\"lang:default decode:true \">\u00a0 \u00a0Here, enter your prefix in \u201cappnamee,page.link\u201d which you have created earlier<\/pre>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-6433 size-full\" src=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/image1.png\" alt=\"\" width=\"1256\" height=\"286\" srcset=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/image1.png 1256w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/image1-300x68.png 300w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/image1-1024x233.png 1024w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/image1-768x175.png 768w, https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/image1-624x142.png 624w\" sizes=\"(max-width: 1256px) 100vw, 1256px\" \/><\/p>\n<p><span style=\"font-weight: 400;\">-&gt;Next, in the <\/span><span style=\"font-weight: 400;\">application:continueUserActivity:restorationHandler:<\/span> <span style=\"font-weight: 400;\">method, this will handle links received as Universal Link when the app is already installed (on iOS 9 and newer) and Handles our Data.<\/span><span style=\"font-weight: 400;\">\u00a0<\/span><\/p>\n<pre class=\"lang:default decode:true \">func application(_ application: UIApplication, continue userActivity: NSUserActivity,\u00a0 \u00a0 restorationHandler: @escaping ([UIUserActivityRestoring]?) -&gt; Void) -&gt; Bool {\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0if let incomingURL = userActivity.webpageURL {\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0print(\" Incoming url is \\(incomingURL)\")\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0let linkHandled = \u00a0 DynamicLinks.dynamicLinks().handleUniversalLink(incomingURL)\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0{ ( dynamicLink, error) in\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0guard error == nil else {\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0print(\" Found an Error \\(error?.localizedDescription)\")\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0return\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0}\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0if let dynamicLink = dynamicLink {\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0self.handleDynamicLink(dynamicLink)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0}\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0}\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0if linkHandled {\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0return true\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0}else {\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\/\/ Do other things with our incoming URL\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0return false\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0}\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0}\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0return false\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0}\r\n\r\n\r\n\/\/ This function handles our Link\r\n\r\n\u00a0\u00a0\u00a0\u00a0func handleIncomingDynamicLink(_ dynamicLink: DynamicLink) {\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0guard let url = dynamicLink.url else {\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0print(\"My Dynamic Link object has no url\")\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0return\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0}\r\n\r\nprint(\u201c your incoming Dynamic Link Parameter is \\(url.absoluteString)\u201d)\r\n\r\n\/\/ Here, you can move the user to redirect to any specific content if you want that\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0}<\/pre>\n<p><span style=\"font-weight: 400;\">-&gt;When an external URL is hit and it will configure in-app then application:openURL: options:( ios9 and up) is called in-app delegate.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">And if the Dynamic Link is not found on your apps first launch, this method will be called with FIRDynamicLinks\u2019s URL set to nil, I mean that SDK failed to find appending Dynamic Link.<\/span><\/p>\n<pre class=\"lang:default decode:true \">func application(_ app:UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any]) -&gt; Bool {\r\n\r\n\u00a0\u00a0\u00a0if let dynamicLink = DynamicLinks.dynamicLinks().dynamicLink(fromCustomSchemeURL: url) {\r\n\r\n\u00a0\u00a0self.handleIncomingDynamicLink(dynamicLink)\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0return true\r\n\r\n} else {\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\/\/ May be handle google or fb sign in here\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0return false\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0}\r\n\r\n\u00a0\u00a0\u00a0}<\/pre>\n<p><span style=\"font-weight: 400;\"><strong>Note:<\/strong> You can also create your Dynamic Link through Programmatically instead of Firebase console.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ques: Why we use the Dynamic link? Ans: We use Firebase Dynamic links instead of Deep Link Because there is a limitation in the deep link that is when we click on an url &amp; if we have not installed that app then the link is not working, in other words, it is only working [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6438,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[558,14],"class_list":["post-6432","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ios","tag-dynamiclink","tag-innovationm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DynamicLink - InnovationM - Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.innovationm.com\/blog\/dynamiclink\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DynamicLink - InnovationM - Blog\" \/>\n<meta property=\"og:description\" content=\"Ques: Why we use the Dynamic link? Ans: We use Firebase Dynamic links instead of Deep Link Because there is a limitation in the deep link that is when we click on an url &amp; if we have not installed that app then the link is not working, in other words, it is only working [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.innovationm.com\/blog\/dynamiclink\/\" \/>\n<meta property=\"og:site_name\" content=\"InnovationM - Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-03T13:57:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/Dynamic-Link.png\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"InnovationM Admin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InnovationM Admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/\"},\"author\":{\"name\":\"InnovationM Admin\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#\\\/schema\\\/person\\\/a831bf4602d69d1fa452e3de0c8862ed\"},\"headline\":\"DynamicLink\",\"datePublished\":\"2020-12-03T13:57:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/\"},\"wordCount\":653,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Dynamic-Link.png\",\"keywords\":[\"DynamicLink\",\"InnovationM\"],\"articleSection\":[\"iOS\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/\",\"url\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/\",\"name\":\"DynamicLink - InnovationM - Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Dynamic-Link.png\",\"datePublished\":\"2020-12-03T13:57:20+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#\\\/schema\\\/person\\\/a831bf4602d69d1fa452e3de0c8862ed\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Dynamic-Link.png\",\"contentUrl\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Dynamic-Link.png\",\"width\":960,\"height\":540},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/dynamiclink\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DynamicLink\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/\",\"name\":\"InnovationM - Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#\\\/schema\\\/person\\\/a831bf4602d69d1fa452e3de0c8862ed\",\"name\":\"InnovationM Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g\",\"caption\":\"InnovationM Admin\"},\"sameAs\":[\"http:\\\/\\\/www.innovationm.com\\\/\"],\"url\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/author\\\/innovationmadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DynamicLink - InnovationM - Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/","og_locale":"en_US","og_type":"article","og_title":"DynamicLink - InnovationM - Blog","og_description":"Ques: Why we use the Dynamic link? Ans: We use Firebase Dynamic links instead of Deep Link Because there is a limitation in the deep link that is when we click on an url &amp; if we have not installed that app then the link is not working, in other words, it is only working [&hellip;]","og_url":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/","og_site_name":"InnovationM - Blog","article_published_time":"2020-12-03T13:57:20+00:00","og_image":[{"width":960,"height":540,"url":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/Dynamic-Link.png","type":"image\/png"}],"author":"InnovationM Admin","twitter_misc":{"Written by":"InnovationM Admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/#article","isPartOf":{"@id":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/"},"author":{"name":"InnovationM Admin","@id":"https:\/\/www.innovationm.com\/blog\/#\/schema\/person\/a831bf4602d69d1fa452e3de0c8862ed"},"headline":"DynamicLink","datePublished":"2020-12-03T13:57:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/"},"wordCount":653,"commentCount":0,"image":{"@id":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/#primaryimage"},"thumbnailUrl":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/Dynamic-Link.png","keywords":["DynamicLink","InnovationM"],"articleSection":["iOS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.innovationm.com\/blog\/dynamiclink\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/","url":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/","name":"DynamicLink - InnovationM - Blog","isPartOf":{"@id":"https:\/\/www.innovationm.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/#primaryimage"},"image":{"@id":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/#primaryimage"},"thumbnailUrl":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/Dynamic-Link.png","datePublished":"2020-12-03T13:57:20+00:00","author":{"@id":"https:\/\/www.innovationm.com\/blog\/#\/schema\/person\/a831bf4602d69d1fa452e3de0c8862ed"},"breadcrumb":{"@id":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.innovationm.com\/blog\/dynamiclink\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/#primaryimage","url":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/Dynamic-Link.png","contentUrl":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/Dynamic-Link.png","width":960,"height":540},{"@type":"BreadcrumbList","@id":"https:\/\/www.innovationm.com\/blog\/dynamiclink\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.innovationm.com\/blog\/"},{"@type":"ListItem","position":2,"name":"DynamicLink"}]},{"@type":"WebSite","@id":"https:\/\/www.innovationm.com\/blog\/#website","url":"https:\/\/www.innovationm.com\/blog\/","name":"InnovationM - Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.innovationm.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.innovationm.com\/blog\/#\/schema\/person\/a831bf4602d69d1fa452e3de0c8862ed","name":"InnovationM Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g","caption":"InnovationM Admin"},"sameAs":["http:\/\/www.innovationm.com\/"],"url":"https:\/\/www.innovationm.com\/blog\/author\/innovationmadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/posts\/6432","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/comments?post=6432"}],"version-history":[{"count":0,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/posts\/6432\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/media\/6438"}],"wp:attachment":[{"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/media?parent=6432"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/categories?post=6432"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/tags?post=6432"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}