آموزش جاوا و اندروید

یادداشت های یک برنامه نویس معمولی

آموزش جاوا و اندروید

یادداشت های یک برنامه نویس معمولی

طبقه بندی موضوعی

انواع دیپ لینک در اندروید

سه شنبه, ۵ آذر ۱۴۰۴، ۰۲:۱۴ ب.ظ

Types of Deep Linking in Android

1. Classic deep links (Traditional Deep Linking):

- The app registers a custom scheme (e.g., myapp://)
- When a URL with this scheme is clicked, Android automatically opens the app
- ❌ Not secure - anyone can use your scheme
- ⚠️ Multiple apps can register same scheme; user chooses
- ❌ No domain verification
- Shows "Open with..." dialog if multiple apps handle it


2- App Links (Verified):

- Adding <intent-filter> with android:autoVerify="true" in the manifest
- Links like https://www.example.com/…
- The system directly opens your app without asking which app to use
- ✅ Highly secure - domain ownership verified
- ✅ Verification via assetlinks.json on your web server



 

موافقین ۰ مخالفین ۰ ۰۴/۰۹/۰۵
میم دال

نظرات  (۰)

هیچ نظری هنوز ثبت نشده است

ارسال نظر

ارسال نظر آزاد است، اما اگر قبلا در بیان ثبت نام کرده اید می توانید ابتدا وارد شوید.
شما میتوانید از این تگهای html استفاده کنید:
<b> یا <strong>، <em> یا <i>، <u>، <strike> یا <s>، <sup>، <sub>، <blockquote>، <code>، <pre>، <hr>، <br>، <p>، <a href="" title="">، <span style="">، <div align="">
تجدید کد امنیتی