简体   繁体   中英

Deep-Linking in Framework using Domain URL in iOS

I gonna give support for Deep-Linking in my Framework. I analysed lot of Tutorial, All are detailed about Universal Linking and URL Scheme .

For Universal Linking I need to host apple-app-site-association file in associated domain. The apple-app-site-association file contain team ID + Bundle ID. Its not scalable in Framework case.

For URL Scheme we need to redirect to custom URI Scheme.

Apart from this, I looking a solution as like as Android App Links.

Is there any way to do Deep-linking with Domain URL , without using Universal Linking ?

No, you must use Universal Links. Apple needs you to verify that you actually own that domain and that it is associated with your app. Same with Android app links. Your only option is to try and use URI schemes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM