{"id":4621,"date":"2024-03-20T08:30:37","date_gmt":"2024-03-20T06:30:37","guid":{"rendered":"https:\/\/yeeply.com\/en\/blog\/?p=4621"},"modified":"2024-03-20T14:37:47","modified_gmt":"2024-03-20T12:37:47","slug":"deep-linking-android-ios-apps","status":"publish","type":"post","link":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/","title":{"rendered":"Deep linking in Android and iOS applications"},"content":{"rendered":"<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">In the last months, we have been talking about <\/span><b>internal links<\/b><span style=\"font-weight: 400;\">. And although they&#8217;ve been in the app world for a long time, and much more in web environments, it&#8217;s important to be clear about how it works in apps. <\/span><span style=\"font-weight: 400;\">Keep reading if you want to learn how deep linking works!<\/span><\/p>\n<div class=\"bt-proyecto\"><a class=\"do-not-track\" href=\"https:\/\/yeeply.com\/en\/mobile-app-development\/?rel=EN-BT-proyecto-app#publish-project\" target=\"_blank\" rel=\"noopener\">WANT TO CREATE AN APP? TELL US ABOUT YOUR PROJECT!<\/a><\/div>\n<h2 style=\"text-align: justify;\"><span style=\"font-weight: 400;\"> What is deep linking? <\/span><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">And how do you apply deep linking to Android and iOS applications? The guys at Branch.io define it as follows:<\/span><\/p>\n<p>&nbsp;<\/p>\n<blockquote>\n<p style=\"text-align: center;\"><em><span style=\"font-weight: 400;\"> &#8220;A deep link is a link that takes you to a specific content within the app (or web).\u201d<\/span><\/em><\/p>\n<p>&nbsp;<\/p><\/blockquote>\n<div style=\"text-align: center;\">\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">To illustrate this in a more visual way we put the example of deep linking on a web page, where this technique is more common:<\/span><\/p>\n<ul>\n<li style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Example of deep linking<\/span>: &#8220;https:\/\/www.amazon.es\/Deportiva-Impermeable-Sumergible-Accesorios-M%C3%BAltiples\/dp\/B01N6L87A6&#8221;. <strong>This is a link that leads us to a product on the Amazon website.<\/strong><\/li>\n<li style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Example of a non-deep linking<\/span>: https:\/\/www.amazon.es\/. <strong>This is a link to the homepage of the Amazon website<\/strong>.<\/li>\n<\/ul>\n<\/div>\n<p>&nbsp;<\/p>\n<div style=\"text-align: center;\">\n<figure id=\"attachment_4623\" aria-describedby=\"caption-attachment-4623\" style=\"width: 748px\" class=\"wp-caption aligncenter\"><img fetchpriority=\"high\" decoding=\"async\" class=\"wp-image-4623 size-full\" title=\"screenshot of Amazon page\" src=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Image-1-_-RESIZED-1.jpg\" alt=\"screenshot of Amazon page\" width=\"748\" height=\"475\" srcset=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Image-1-_-RESIZED-1.jpg 748w, https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Image-1-_-RESIZED-1-300x191.jpg 300w\" sizes=\"(max-width: 748px) 100vw, 748px\" \/><figcaption id=\"caption-attachment-4623\" class=\"wp-caption-text\">Source:\u00a0Amazon<\/figcaption><\/figure>\n<h2><\/h2>\n<h2 style=\"text-align: justify;\"><b>What about deep linking in Android and iOS apps?<\/b><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">The problem is that when you share this URL with someone -a friend, family member, acquaintance, etc- when you open it you will see the product from your browser, in the mobile version of the web. This happens even if the user has downloaded the application to his device. This means that <\/span><b>deep links from a website are not compatible with native mobile applications<\/b><span style=\"font-weight: 400;\">. In this case, the user would have to open his application and look inside it for the product, in this case, a waterproof sports camera. A task that in an online store as big as Amazon can be complicated.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><span style=\"font-weight: 400;\">What can we do about it? <\/span><\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">The solution involves <\/span><b>deep linking specifically to apps<\/b><span style=\"font-weight: 400;\">, this means links that point directly to the content within the app. This way, if we want to share a product with the app, that link will open the product content, not the app&#8217;s homepage.\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<figure id=\"attachment_4622\" aria-describedby=\"caption-attachment-4622\" style=\"width: 748px\" class=\"wp-caption aligncenter\"><img decoding=\"async\" class=\"wp-image-4622 size-full\" title=\"hands with smartphone\" src=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED.jpg\" alt=\"hands with smartphone\" width=\"748\" height=\"561\" \/><figcaption id=\"caption-attachment-4622\" class=\"wp-caption-text\"><span style=\"font-weight: 400;\">Image from <\/span><a href=\"https:\/\/unsplash.com\/@suika\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Suika Ibuki<\/span><\/a><span style=\"font-weight: 400;\"> via <\/span><a href=\"https:\/\/unsplash.com\/photos\/kknrCfZHsyo\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Unsplash<\/span><\/a><\/figcaption><\/figure>\n<h2><\/h2>\n<h2 style=\"text-align: justify;\"><b>Types of Deep Links<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3 style=\"text-align: justify;\">1. Basic Deep links<\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">These are only opened if the recipient has the application. In this case, a message appears to allow the link to be opened in the application. Otherwise, the user will not be able to access the content. You&#8217;ll need to search and download the application from the store, either from Google Play or the App Store and reopen the link to access the content. <\/span><b>Basic deep links<\/b><span style=\"font-weight: 400;\"> are the most commonly used because they take the longest time between apps.<\/span><\/p>\n<p>&nbsp;<\/p>\n<figure id=\"attachment_4624\" aria-describedby=\"caption-attachment-4624\" style=\"width: 748px\" class=\"wp-caption aligncenter\"><img decoding=\"async\" class=\"wp-image-4624 size-full\" title=\"scheme of basic deep link\" src=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Image-2-_-RESIZED-1.jpg\" alt=\"scheme of basic deep link\" width=\"748\" height=\"321\" srcset=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Image-2-_-RESIZED-1.jpg 748w, https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Image-2-_-RESIZED-1-300x129.jpg 300w\" sizes=\"(max-width: 748px) 100vw, 748px\" \/><figcaption id=\"caption-attachment-4624\" class=\"wp-caption-text\">Source: <a href=\"https:\/\/www.linkedin.com\/pulse\/3-ways-deep-link-facebook-alexander-austin\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Linkedin<\/span><\/a><\/figcaption><\/figure>\n<h3><\/h3>\n<h3 style=\"text-align: justify;\">2. Deferred Deep Links<\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">This type of link will lead to the content in any way. If you already have the app, it will simply display the content of the link within the native application. So, for the example we saw at the beginning, the sports camera will be seen from the native app.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">In the case of <\/span><b>deferred deep links<\/b><span style=\"font-weight: 400;\">, if the user does not have the application installed, the link will lead to the application&#8217;s download page in the respective &#8216;store&#8217;. Once the app is installed, you can directly access the shared content.<\/span><\/p>\n<h3 style=\"text-align: justify;\">3. Contextual Deep Links<\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">This type of link has the same functionality as the deferred deep links, but also other advantages. This type of link <strong>stores information<\/strong> about where the user wants to go, where he clicked, who shared the link and other information.<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Contextual deep links<\/b><span style=\"font-weight: 400;\"> add very relevant information for both developers and users. This information will allow\u00a0<a href=\"https:\/\/yeeply.com\/en\/blog\/find-best-mobile-app-developers\/\" target=\"_blank\" rel=\"noopener noreferrer\">mobile app developers<\/a> to add customized content like welcome or referral pages. Undoubtedly, very useful to improve the user experience.<\/span><\/p>\n<h2 style=\"text-align: justify;\"><strong>Deep Linking in iOS: Universal Links<\/strong><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">With the arrival of iOS 9.0, Apple launched the so-called universal links. This advancement, coupled with deep linking iOS technology, ensures a more integrated and efficient navigation experience. Moreover, t<\/span>his solution sought to solve the lack of functionality of URI (Uniform Resource Identifier) schemes for deep links in apps.<\/p>\n<h3 style=\"text-align: left;\">Understanding IOS Deep Linking in Apps<\/h3>\n<p style=\"text-align: left;\">Deep linking allows apps to open specific pages or perform certain actions when a user taps on a link. In iOS, these links can be standard URLs or they can be Universal Links, which provide a seamless experience by opening the app directly if it&#8217;s installed, or falling back to a web page if it&#8217;s not.<\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">In this case, <\/span><b>universal links are standard web links that point to both the web and a part of the content within the app<\/b><span style=\"font-weight: 400;\">. When you open an iOS link, look for the app if you have it installed. If so, the content opens inside the app. If we don&#8217;t have it, it will open the web version of the content through Safari.<\/span><\/p>\n<p style=\"text-align: justify;\">Furthermore, it\u2019s interesting to add that according to a study from Branch.io, <b>universal links can help to increase the conversion up to 40%<\/b>.<\/p>\n<p>&nbsp;<\/p>\n<figure id=\"attachment_4625\" aria-describedby=\"caption-attachment-4625\" style=\"width: 748px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-4625 size-full\" title=\"three smartphones in a row\" src=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Image-3-_-RESIZED-1.jpg\" alt=\"deep linking IOS explained\" width=\"748\" height=\"359\" srcset=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Image-3-_-RESIZED-1.jpg 748w, https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Image-3-_-RESIZED-1-300x144.jpg 300w\" sizes=\"(max-width: 748px) 100vw, 748px\" \/><figcaption id=\"caption-attachment-4625\" class=\"wp-caption-text\">Source:<a href=\"http:\/\/www.brianjcoleman.com\/tutorial-deep-linking-in-swift\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Brian Coleman<\/span><\/a><\/figcaption><\/figure>\n<h2 style=\"text-align: justify;\"><b>Deep Linking in Android: App Links<\/b><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Google App Links is the Android equivalent of iOS universal links. In fact, they work very similarly: They are <\/span><b>standard web links that point to a website and a piece of content within the app<\/b><span style=\"font-weight: 400;\">. It also results in better user experience. However, they are having a very slow adoption because not all Android versions support it.<\/span><\/p>\n<p>&nbsp;<\/p>\n<figure id=\"attachment_4626\" aria-describedby=\"caption-attachment-4626\" style=\"width: 748px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-4626 size-full\" title=\"three smartphones with websites\" src=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Image-4-_-RESIZED-1.jpg\" alt=\"three smartphones with websites\" width=\"748\" height=\"396\" srcset=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Image-4-_-RESIZED-1.jpg 748w, https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Image-4-_-RESIZED-1-300x159.jpg 300w\" sizes=\"(max-width: 748px) 100vw, 748px\" \/><figcaption id=\"caption-attachment-4626\" class=\"wp-caption-text\">Source:\u00a0<a href=\"http:\/\/mobilemarketingmagazine.com\/google-extends-search-deep-links-to-uninstalled-apps\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Mobile Marketing Magazine<\/span><\/a><\/figcaption><\/figure>\n<\/div>\n<h3>Universal Links on Android<\/h3>\n<p>Universal Links are not a native concept in Android; instead, Android uses a similar feature known as Android App Links. However, the term &#8220;Universal Links&#8221; is often colloquially used to describe deep linking features that work across both iOS and Android platforms. Android App Links allow a website URL to open directly in an Android app, providing a seamless user experience similar to iOS Universal Links.<\/p>\n<p><strong>Implementing Android App Links<\/strong><br \/>\nTo set up Android App Links, developers must<a href=\"https:\/\/developer.android.com\/training\/app-links\" target=\"_blank\" rel=\"noopener\"> add intent filters<\/a> to their app&#8217;s manifest file, declare website associations, and handle incoming links within the app. This ensures that when a user taps on a link, the Android operating system can determine whether to open the link in a browser or the associated app<\/p>\n<p><strong>Benefits of Android App Links<\/strong><br \/>\nAndroid App Links enhance user engagement by providing direct access to in-app content, bypassing the need to navigate through a browser. They also contribute to a more streamlined user experience, as users can transition from web to app with a single tap, without the interruption of a disambiguation dialog.<\/p>\n<p><strong>Security and Verification<\/strong><br \/>\nOne of the key benefits of Android App Links is their secure nature. Android requires that apps prove ownership of the URLs they handle, which is done through Digital Asset Links. This verification ensures that only authorized apps can open app links, protecting users from potential malicious redirects.<\/p>\n<p>By integrating Android App Links into your app, you can provide users with a frictionless transition from web content to the corresponding in-app experience, mirroring the functionality of Universal Links on iOS. This feature is crucial for developers aiming to offer a cohesive user journey across both Android and iOS devices.<\/p>\n<div style=\"text-align: center;\">\n<h2 style=\"text-align: justify;\"><b>Deep Linking in Facebook<\/b><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Facebook created the App Links in 2014 as a standard to solve the limitations of deep link URI schemes. These app links have two essential components:<\/span><\/p>\n<ol style=\"text-align: justify;\">\n<li style=\"font-weight: 400;\"><b>Meta tags<\/b><span style=\"font-weight: 400;\"> that are added to the destination website in the form of a link &#8220;http:\/\/&#8221;. These tags specify the URI of the content within the native application. As well as indicating the behaviour in case the app is not installed.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">A <\/span><b>routing system<\/b><span style=\"font-weight: 400;\"> for opening links. This system checks the destination of the link before opening it. As with other links, it executes the command within the native app or executes the behaviour specified otherwise.<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p style=\"padding-left: 30px;\"><em>You might be interested | <a href=\"https:\/\/yeeply.com\/en\/blog\/the-best-mobile-app-marketing-strategies\/\" target=\"_blank\" rel=\"noopener noreferrer\">What Are The Best Mobile App Marketing Strategies? [2020]<\/a><\/em><\/p>\n<p>&nbsp;<\/p>\n<h2 style=\"text-align: left;\">Conclusion<\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">These are some examples of applications that use deep linking in Android and iOS. Although the fact is that it works very similarly on all platforms, each type has a technical background. However, it is a technique that must be implemented by mobile applications in terms of <a href=\"https:\/\/yeeply.com\/en\/blog\/app-design-why-matters-for-users\/\" target=\"_blank\" rel=\"noopener noreferrer\">app design<\/a> including\u00a0<\/span><b>user experience and usability<\/b><span style=\"font-weight: 400;\">. However, in order to do this, you will need a developer that knows how deep linking works, since in many cases it involves web and mobile optimization.\u00a0<\/span><\/p>\n<p><a href=\"https:\/\/yeeply.com\/en\/mobile-app-development\/?rel=EN-BP-proyecto-app#publish-project\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2020\/04\/EN_proyecto-app_blog-post_B.png\" alt=\"Proyecto App\" width=\"620\" height=\"253\" \/><\/a><\/p>\n<\/div>\n<h2>Deep Linking FAQ<\/h2>\n<div class=\"mb-8\">\n<div class=\"group relative\">\n<div class=\"prose text-lg prose-invert max-w-none notranslate\">\n<h3>How does deep linking work in mobile apps?<\/h3>\n<p>In mobile apps, deep linking works by using a URI (Uniform Resource Identifier) that specifies the location within the app where the content can be found. When a user clicks on a deep link, the mobile operating system recognizes the URI and opens the app to the specified content, if the app is installed. If the app is not installed, the link can redirect to the App Store or a webpage.<\/p>\n<h3>What are the benefits of using deep linking?<\/h3>\n<p>Deep linking improves user experience by taking users directly to the content they are interested in, which can increase engagement and conversion rates. It also aids in tracking marketing campaigns and can enhance app discoverability and retention.<\/p>\n<h3>What is the difference between deep linking and standard linking?<\/h3>\n<p>The main difference between deep linking and standard linking is that deep linking directs a user to a specific page or piece of content within an app or website, while standard linking typically directs users to a homepage or a landing page from which they have to navigate to find the desired content.<\/p>\n<h3>Are there any SEO benefits to deep linking?<\/h3>\n<p>Yes, deep linking can have SEO benefits, especially for websites. By providing direct links to specific pages, deep linking can help those pages rank higher in search engine results, as they are seen as more relevant to specific queries. This can also lead to better indexing of your content.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"mb-8\">\n<div class=\"group relative\">\n<div class=\"prose text-lg prose-invert max-w-none notranslate\">\n<h3>What are Universal Links and App Links?<\/h3>\n<p>Universal Links (iOS) and App Links (Android) are deep linking methods that allow a link to either open the app (if installed) or redirect to a website or store page (if not installed). They provide a seamless user experience by ensuring that links always lead to the most appropriate destination.<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In the last months, we have been talking about internal links. And although they&#8217;ve been in the app world for a long time, and much &#8230;<\/p>\n","protected":false},"author":2,"featured_media":4622,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_uag_custom_page_level_css":"","footnotes":""},"categories":[24],"tags":[],"class_list":["post-4621","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mobile-app-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Deep linking: How to use deep links in Android and iOS apps<\/title>\n<meta name=\"description\" content=\"In this article, we explain what deep linking is and how to apply it to Android and iOS applications. Keep reading! \u2705\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Deep linking: How to use deep links in Android and iOS apps\" \/>\n<meta property=\"og:description\" content=\"In this article, we explain what deep linking is and how to apply it to Android and iOS applications. Keep reading! \u2705\" \/>\n<meta property=\"og:url\" content=\"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/\" \/>\n<meta property=\"og:site_name\" content=\"Yeeply\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/YeeplyMobile\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-20T06:30:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-20T12:37:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"748\" \/>\n\t<meta property=\"og:image:height\" content=\"561\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Yeeply\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Yeeply_EN\" \/>\n<meta name=\"twitter:site\" content=\"@Yeeply_EN\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Yeeply\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-app-development\\\/deep-linking-android-ios-apps\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-app-development\\\/deep-linking-android-ios-apps\\\/\"},\"author\":{\"name\":\"Yeeply\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#\\\/schema\\\/person\\\/c7927839158c47143448f3bcdaf7cc14\"},\"headline\":\"Deep linking in Android and iOS applications\",\"datePublished\":\"2024-03-20T06:30:37+00:00\",\"dateModified\":\"2024-03-20T12:37:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-app-development\\\/deep-linking-android-ios-apps\\\/\"},\"wordCount\":1727,\"publisher\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-app-development\\\/deep-linking-android-ios-apps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/yeeply.com\\\/en\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg\",\"articleSection\":[\"App\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-app-development\\\/deep-linking-android-ios-apps\\\/\",\"url\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-app-development\\\/deep-linking-android-ios-apps\\\/\",\"name\":\"Deep linking: How to use deep links in Android and iOS apps\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-app-development\\\/deep-linking-android-ios-apps\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-app-development\\\/deep-linking-android-ios-apps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/yeeply.com\\\/en\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg\",\"datePublished\":\"2024-03-20T06:30:37+00:00\",\"dateModified\":\"2024-03-20T12:37:47+00:00\",\"description\":\"In this article, we explain what deep linking is and how to apply it to Android and iOS applications. Keep reading! \u2705\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-app-development\\\/deep-linking-android-ios-apps\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-app-development\\\/deep-linking-android-ios-apps\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-app-development\\\/deep-linking-android-ios-apps\\\/#primaryimage\",\"url\":\"https:\\\/\\\/yeeply.com\\\/en\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg\",\"contentUrl\":\"https:\\\/\\\/yeeply.com\\\/en\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg\",\"width\":748,\"height\":561,\"caption\":\"Deep linking featured image represented by hands with smartphone\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-app-development\\\/deep-linking-android-ios-apps\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/yeeply.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Deep linking in Android and iOS applications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/yeeply.com\\\/en\\\/\",\"name\":\"Yeeply\",\"description\":\"A platform for the development of digital projects\",\"publisher\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/yeeply.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#organization\",\"name\":\"Yeeply\",\"url\":\"https:\\\/\\\/yeeply.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/yeeply.com\\\/en\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/logo_yeeply_black@2x.png\",\"contentUrl\":\"https:\\\/\\\/yeeply.com\\\/en\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/logo_yeeply_black@2x.png\",\"width\":360,\"height\":120,\"caption\":\"Yeeply\"},\"image\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/YeeplyMobile\\\/\",\"https:\\\/\\\/x.com\\\/Yeeply_EN\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/yeeply\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#\\\/schema\\\/person\\\/c7927839158c47143448f3bcdaf7cc14\",\"name\":\"Yeeply\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f13a8a35567805732422f808376743c5cc1b8918b3dd8f2da231a8306df22006?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f13a8a35567805732422f808376743c5cc1b8918b3dd8f2da231a8306df22006?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f13a8a35567805732422f808376743c5cc1b8918b3dd8f2da231a8306df22006?s=96&d=mm&r=g\",\"caption\":\"Yeeply\"},\"url\":\"https:\\\/\\\/yeeply.com\\\/en\\\/author\\\/yeeply\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Deep linking: How to use deep links in Android and iOS apps","description":"In this article, we explain what deep linking is and how to apply it to Android and iOS applications. Keep reading! \u2705","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:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/","og_locale":"en_US","og_type":"article","og_title":"Deep linking: How to use deep links in Android and iOS apps","og_description":"In this article, we explain what deep linking is and how to apply it to Android and iOS applications. Keep reading! \u2705","og_url":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/","og_site_name":"Yeeply","article_publisher":"https:\/\/www.facebook.com\/YeeplyMobile\/","article_published_time":"2024-03-20T06:30:37+00:00","article_modified_time":"2024-03-20T12:37:47+00:00","og_image":[{"width":748,"height":561,"url":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg","type":"image\/jpeg"}],"author":"Yeeply","twitter_card":"summary_large_image","twitter_creator":"@Yeeply_EN","twitter_site":"@Yeeply_EN","twitter_misc":{"Written by":"Yeeply","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/#article","isPartOf":{"@id":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/"},"author":{"name":"Yeeply","@id":"https:\/\/yeeply.com\/en\/#\/schema\/person\/c7927839158c47143448f3bcdaf7cc14"},"headline":"Deep linking in Android and iOS applications","datePublished":"2024-03-20T06:30:37+00:00","dateModified":"2024-03-20T12:37:47+00:00","mainEntityOfPage":{"@id":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/"},"wordCount":1727,"publisher":{"@id":"https:\/\/yeeply.com\/en\/#organization"},"image":{"@id":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg","articleSection":["App"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/","url":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/","name":"Deep linking: How to use deep links in Android and iOS apps","isPartOf":{"@id":"https:\/\/yeeply.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/#primaryimage"},"image":{"@id":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg","datePublished":"2024-03-20T06:30:37+00:00","dateModified":"2024-03-20T12:37:47+00:00","description":"In this article, we explain what deep linking is and how to apply it to Android and iOS applications. Keep reading! \u2705","breadcrumb":{"@id":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/#primaryimage","url":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg","contentUrl":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg","width":748,"height":561,"caption":"Deep linking featured image represented by hands with smartphone"},{"@type":"BreadcrumbList","@id":"https:\/\/yeeply.com\/en\/blog\/mobile-app-development\/deep-linking-android-ios-apps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/yeeply.com\/en\/"},{"@type":"ListItem","position":2,"name":"Deep linking in Android and iOS applications"}]},{"@type":"WebSite","@id":"https:\/\/yeeply.com\/en\/#website","url":"https:\/\/yeeply.com\/en\/","name":"Yeeply","description":"A platform for the development of digital projects","publisher":{"@id":"https:\/\/yeeply.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yeeply.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/yeeply.com\/en\/#organization","name":"Yeeply","url":"https:\/\/yeeply.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yeeply.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2019\/05\/logo_yeeply_black@2x.png","contentUrl":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2019\/05\/logo_yeeply_black@2x.png","width":360,"height":120,"caption":"Yeeply"},"image":{"@id":"https:\/\/yeeply.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/YeeplyMobile\/","https:\/\/x.com\/Yeeply_EN","https:\/\/www.linkedin.com\/company\/yeeply"]},{"@type":"Person","@id":"https:\/\/yeeply.com\/en\/#\/schema\/person\/c7927839158c47143448f3bcdaf7cc14","name":"Yeeply","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f13a8a35567805732422f808376743c5cc1b8918b3dd8f2da231a8306df22006?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f13a8a35567805732422f808376743c5cc1b8918b3dd8f2da231a8306df22006?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f13a8a35567805732422f808376743c5cc1b8918b3dd8f2da231a8306df22006?s=96&d=mm&r=g","caption":"Yeeply"},"url":"https:\/\/yeeply.com\/en\/author\/yeeply\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg",748,561,false],"thumbnail":["https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1-150x150.jpg",150,150,true],"medium":["https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1-300x225.jpg",300,225,true],"medium_large":["https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg",640,480,false],"large":["https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg",640,480,false],"1536x1536":["https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg",748,561,false],"2048x2048":["https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg",748,561,false],"gform-image-choice-sm":["https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg",300,225,false],"gform-image-choice-md":["https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg",400,300,false],"gform-image-choice-lg":["https:\/\/yeeply.com\/en\/wp-content\/uploads\/2018\/05\/Deep-Linking-_-Featured-Image-_-RESIZED-1.jpg",600,450,false]},"uagb_author_info":{"display_name":"Yeeply","author_link":"https:\/\/yeeply.com\/en\/author\/yeeply\/"},"uagb_comment_info":0,"uagb_excerpt":"In the last months, we have been talking about internal links. And although they&#8217;ve been in the app world for a long time, and much ...","_links":{"self":[{"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/posts\/4621","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/comments?post=4621"}],"version-history":[{"count":3,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/posts\/4621\/revisions"}],"predecessor-version":[{"id":14830,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/posts\/4621\/revisions\/14830"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/media\/4622"}],"wp:attachment":[{"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/media?parent=4621"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/categories?post=4621"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/tags?post=4621"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}