appdeeplink Github .well-known文件夹无法识别 [英] appdeeplink Github .well-known folder not identifying

查看:112
本文介绍了appdeeplink Github .well-known文件夹无法识别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的应用程序中添加了应用程序深层链接功能,随后我按照每个应用程序链接的帮助,在github中也创建了.众所周知的文件夹,但我仍然面临着数字资产链接找不到

I am adding app deep linking functionality in my app,i followed as per applink assist,i created .well-known folder in github also but still i am facing digital assets link not found

  [![<meta-data
            android:name="asset_statements"
            android:resource="@string/asset_statements" />
        <activity android:name=".MainActivity">


            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
            <intent-filter android:autoVerify="true">
                <action android:name="android.intent.action.VIEW" />

                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="https"
                    android:host="suresh777.github.io"
                    android:pathPattern="/links" />
            </intent-filter>
        </activity>][1]][1]

推荐答案

您必须在根文件夹中创建一个名为 _config.yml 的文件,并且其中的值为 include:[".众所周知"]

You have to create a file named _config.yml in your root folder and the value inside is include: [".well-known"]

参考: https://github.com/wojtek-kalicinski/wojtek-kalicinski.github.io

这篇关于appdeeplink Github .well-known文件夹无法识别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆